@extends('frontend.layout.app') @section('title','Payment') @push('css') @endpush @section('content')
@csrf
Package Name Price Quantity Total
{{$package->name}} {{$package->device_price}}
{{$package->device_price}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('par_add')) {{ $errors->first('par_add') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
+88
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@if ($errors->has('car_model')) {{ $errors->first('car_model') }} @endif
Package Total
{{$package->name}} {{$package->monthly_charge + $package->device_price}}
Quantity 1
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.

After

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