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

Employee Management

Employee Details

Status : @if($user->status == 0) Suspend @elseif($user->status == 1) Active @else Resigned @endif

@endsection @section('scripts') @endsection