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

{{awtTrans('عرض طلب تحديث بيانات ')}}

@if($user->avatar)
{{awtTrans('الصورة')}}
@endif @if($user->name)
@endif @if($user->phone)
@endif @if ($user->approved == 0)
{{awtTrans('قبول')}} {{awtTrans('رفض')}}
@endif
@endsection @section('js') @endsection