@extends('includes.master') @section('content')

حسابي الشخصي

تحديث معلومات الحساب


{{ csrf_field() }}

تحديث كلمة المرور


{{ csrf_field() }}
@if ($errors->has('error')) {{ $errors->first('password') }} @endif

الطلبات الأخيرة

@foreach($orders as $order) @foreach(array_combine($order->products, $order->quantities) as $product => $quantity) @endforeach @endforeach
العدد المنتج الحالة
{{$status}} {{\App\Product::findOrFail($product)->title}} {{ucfirst($order->status)}}
@stop @section('footer') @stop