@extends('layouts.master') @section('content')
| # | Name | Email Address | Phone Number | Present Address | Status | Action |
|---|---|---|---|---|---|---|
| {{ $i++ }} | {{ $row->name }} | {{ $row->personal_email }} | {{ $row->phone }} | {{ $row->present_address }} | @if($row->status == 4) @else @endif | @if(Auth::user()->utype==1) @if($row->id == @$row->user->employee_id) @else Add a User @endif @endif |