@extends('layouts.admin') @section('content')
{{ $user->name }}
Record ID # {{ $user->id }}
Name {{ $user->name }}
Email {{ $user->email }}
Login ID # {{ $user->login_id }}
Profile ID {{ $user->oab_profile_id }}
Registration Method {{ $user->reg_method }}
Last modified {{ $user->updated_at }}
Status {{ $user->status==1?'Active':'Inactive' }}
Edit Delete
@endsection