@extends('common.dashboard') @section('title','Directors') @section('content')

Directors data-table

@foreach($directors as $key=>$row) @endforeach
# Photo Name EmailPhoneAction
{{$key+1}} {{$row->fname}} {{$row->lname}} {{$row->user->email}} {{$row->phone}} Edit
@endsection