@extends('admin.dashboard') @if(Session::has('status')) @endif @section('content')

Board of Directors

List of Directors :

@foreach ($item as $data) @endforeach
Sl.No Din/Pan Name Designation Date of Appointment Nominee Department Status Action
{{$slno}} {{$data->din_pan }} {{$data->name }} {{$data->designation }} @if(isset($data->appointment_date) != NULL) {{ date('d-m-Y', strtotime($data->appointment_date)) }} @else @endif {{$data->dept }}
@endsection