Employee
This is an example dashboard created using build-in elements and components.
@csrf
Employee List
@if(!empty($employee)) @foreach($employee as $emp) @endforeach @endif
# Code Name CNIC Salary Balance Department Action
{{$emp->id}} {{$emp->code}}
{{$emp->name}}
{{$emp->cnic}} {{$emp->salery}} {{$emp->balance}} {{$emp->department_name}} @if($emp->status == 1)
@endif @if($emp->status == 0) @endif