@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.returnablePart')}} [ {{ $orders->id }} ]

{{--
شكرا لك. تم استلام طلبك.
--}}
{!! csrf_field() !!} @foreach($products as $product) @endforeach
{{trans('front.item')}} {{trans('front.qty')}} {{trans('front.size_id')}} {{trans('front.color_id')}} {{trans('front.price')}} {{trans('front.total_price')}}
{{$product->Products->name}} {{$product->quantity}} {{@$product->item_color->name}} {{@$product->item_size->name}} {{$product->price}} {{$product->total_price}}


@endsection