@extends('frontend.layout.app') @section('title', 'Payment') @section('description', 'payment page meta description') @section('keywords', 'payment page meta keywordes') @section('robots', 'payment page robots') @section('ogTitle', 'payment page og title') @section('ogDescription', 'payment page og description') @section('ogImage', 'payment page og image') @section('ogUrl', 'payment page og url') @section('twitterCard', 'payment page twitter card') @section('twitterTitle', 'payment page twitter title') @section('twitterDescription', 'payment twitter description') @push('css') @endpush @section('content')
{{--
--}} {{-- Have a coupon code? Click --}} {{-- here and enter your code. --}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@csrf
Package Name Price Quantity Total
{{ $package->name }} {{ $package->device_price }}
{{ $package->device_price }}
Package Total
{{ $package->name }} {{ $package->monthly_charge + $package->device_price }}
Quantity 5
Device price {{ $package->device_price }}
Monthly Charge (1 Month) 300tk
Total {{ $package->monthly_charge + $package->device_price }}tk

Select Payment Method

{{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--

Card, bkash, Rocket, Bank

--}} {{--
--}} {{--
--}}

Pay with cash upon delivery.

Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our privacy policy.

{{--
--}} {{-- --}} {{--
--}}
@endsection @push('js') @endpush