@extends('admin.layout.master') @section('content') {{awtTrans('عرض طلب تحديث بيانات ')}} @if($user->avatar) {{awtTrans('الصورة')}} @endif @if($user->name) {{awtTrans('الاسم ')}} @endif @if($user->phone) {{awtTrans('رقم الجوال')}} {{$user->country_key}} @endif @if ($user->approved == 0) {{awtTrans('قبول')}} {{awtTrans('رفض')}} @endif @endsection @section('js') @endsection