@extends('admin.layouts.master') @section('breadcrumb') @endsection @section('content')

# {{$user->id}} - {{$user->name}}

@lang('admin.email'):-{{$user->email}}

@lang('admin.phone'):-{{$user->phone}}

@lang('admin.user_type'):-{{$user->user_type}}

الحالة :- @if($user->status == 'active') @lang('admin.active') @else @lang('admin.in_active') @endif

@lang('admin.edit')
@endsection