@extends('layouts.dashboard') @section('content')

Branch Heads

@if (Session::has('message'))
@endif
{{--

Fixed Header Table

--}}
@forelse ($branch_heads as $branch_head ) @empty @endforelse
Sr No. Name Email Mobile Number Status Action
{{ $loop->iteration }} {{ $branch_head->name }} {{ $branch_head->email }} {{ $branch_head->mobile_number }} {{ ($branch_head->status == 1)?"Active":"Inactive" }}
No data available
@endsection