@extends('front.index') @section('meta_title'){{$user->name}} @endsection @section('meta_des'){{$user->name}} @endsection @section('meta_key'){{$user->name}} @endsection @section('content')

{{trans('front.home')}}

{{trans('front.myorders')}}

{{-- --}} @if($orders->count()>0) @foreach($orders as $key=>$item) @endforeach @else @endif
{{trans('front.myorders_id')}} {{trans('front.myorders_total')}} {{trans('front.myorders_date')}} {{trans('front.myorders_payment')}} {{trans('front.myorders_view')}} {{trans('front.status')}} {{trans('front.print')}} {{trans('front.returnable')}} {{trans('front.returnable')}} #
{{$item->id}} {{$item->whole_price}} {{$item->created_at}} @if($item->payment_method == 1) {{trans('front.cash')}} @else {{trans('front.visa')}} @endif {{@$item->ProductStatues->name}} {{$item->id}} @if($item->statues_id !=2 && $item->statues_id !=6)
{!! csrf_field() !!}
@endif
@if($item->statues_id !=2 && $item->statues_id !=6)
{!! csrf_field() !!}
@endif
@if($item->statues_id !=2)
{!! csrf_field() !!}
@endif
{{trans('front.empty')}}
@if($orders->count()>0)
{{ $orders->appends(\Request::except('_token'))->render() }}
@endif
@endsection