@extends('admin.layout.master') @section('css') @endsection @section('content')

{{awtTrans('عرض طلب مندوب ')}}

@if ($row->status == 'pending')
@if ($row->user_id != null) {{awtTrans('طلب مقدم من العميل رقم ')}} {{$row->user_id}} @elseif($row->company_id != null ) {{awtTrans('طلب مقدم من شركه المناديب رقم ')}} {{$row->company_id}} @endif
@endif
{{awtTrans('الصورة الشخصية ')}}
{{awtTrans('صورة رخصه القيادة')}}
{{awtTrans('صورة السياره من الخلف')}}
{{awtTrans('صورة الهوية الوطنية')}}
{{awtTrans('صورة السياره من الامام')}}
{{awtTrans('صورة الايبان')}}
{{awtTrans('صورة الاستماره ')}}
@if($row->insurance == 'true')
@endif
@if ($row->status == 'pending') @endif
@endsection @section('js') @endsection