@extends('site.layout.layout') @section('url'){{URL::to('/')}}/checkout/{{$data['courses']->id }} @stop @section('title') {{$data['courses']->title}}@stop @section('image'){{URL::to('/')}}/img/750x500/{{$data['courses']->image}} @stop @section('description'){{\App\Http\Helpers\Helpers::stringReplace($data['courses']->details)}} @stop @section('css') @endsection @section('content')

التسجيل و الدفع

{{--
--}} @csrf @php $amount=$data['courses']->price*100; @endphp

تفاصيل الدفع

تفاصيل الدفع

الصنف المبلغ
{{$data['courses']->title}} {{$data['courses']->price}} ر.س
الإجمالي {{$data['courses']->price}} ر.س
{{--
  • 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.

--}}
{{--

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 @section('js') @endsection