Employees
# | Name | phone | address | Salary | Status | Actions | |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $row->name }} | {{ $row->email }} | {{ $row->phone }} | {{ $row->address }} | {{ $row->basic_salary }} | @if($row->status==1) {{ "Active" }} @else {{ "In-Active" }} @endif |