@extends('admin.layouts.app') @section('title','Edit Employer') @section('content')

Activate Admin

Admin List
@csrf
Admin Name: {{ $user->name }}
Admin Role: @if($user->user_role_id ==2)District Admin @else Block Admin @endif
Mobile No : {{ $user->mobile_number }}
Email Id : {{ $user->email }}
District: {{ $user->District()->first()->name }}
@if($user->user_role_id == 3)
Block: {{ $user->Block()->first()->name }}
@endif
  user_role_id == 2 ) checked @endif>     user_role_id == 3 ) checked @endif>  

@endsection