@section('page_css') @endsection
{{--

Validation Example

--}}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (Session::has('success')) @endif
@csrf
Choose Other Products
@if(isset($dataArray) && !empty($dataArray) && count($dataArray)) @foreach($dataArray as $c) @if(isset($c['exists']) && !empty($c['exists']) && count($c['exists'])) @else @endif @if(isset($c['exists']) && !empty($c['exists']) && count($c['exists'])) @else @if($c['qty_in_stock_applicable'] == 1) @else @endif @endif @endforeach @endif
Client Details
@if($details['payment_status'] == 0)
Payment Status
Paid
@endif
Back
@section('page_scripts') @endsection