@section('title', 'حساب کاربری | فروشگاه جنیکا') @extends('frontend.layout.master') @section('content')
@if(Session::has('success'))
{{session('success')}}
@endif
@foreach($orders as $order) @if($order->status == 0) @else @endif @endforeach
شناسه مبلغ وضعیت
ORDSLUX{{$order->id}} {{$order->amount}}پرداخت نشدهپرداخت شده
@endsection