@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')}} {{----}} @foreach([500,1000,2000,3000,4000,5000,10000,15000] as $price) {{$price}} {{trans('app.point')}} @endforeach {!! trans('app.the_price')!!} {{trans('app.pay')}} ยป @foreach($errors->all() as $error) {{$error}} @endforeach @endsection @push('scripts') @endpush