@extends('layouts.master') @section('title',trans('app.payments')) @section('content') {{csrf_field()}} {{option('point_per_reyal')}} {{trans('app.point_per_sar')}} {{trans('app.points_wanted')}} {!! trans('app.the_price')!!} {{trans('app.card')}} Master Visa {{trans('app.name_on_card')}} {{trans('app.card_number')}} CVC {{trans('app.expiration')}} @foreach(['01','02','03','04','05','06','07','08','09','10','11','12'] as $month) {{$month}} @endforeach {{trans('app.pay')}} » @foreach($errors->all() as $error) {{$error}} @endforeach @endsection @push('scripts') @endpush