@extends('front.index') @section('meta_title'){{$user->name}} @endsection @section('meta_des'){{$user->name}} @endsection @section('meta_key'){{$user->name}} @endsection @section('content') @include('front.profile.nav-profile') {{trans('front.returnablePart')}} [ {{ $orders->id }} ] {{-- شكرا لك. تم استلام طلبك.--}} {!! csrf_field() !!} تحديد الكل {{trans('front.item')}} {{trans('front.qty')}} {{trans('front.size_id')}} {{trans('front.color_id')}} {{trans('front.price')}} {{trans('front.total_price')}} @foreach($products as $product) {{$product->Products->name}} {{$product->quantity}} {{@$product->item_color->name}} {{@$product->item_size->name}} {{$product->price}} {{$product->total_price}} @endforeach {{trans('front.save')}} @endsection