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

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

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

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

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

@lang('admin.edit')
@endsection