@extends('layouts.backend.master') @section('title') - Branch @endsection @section('mainPart')
@if(Session::has('message'))
@endif
@foreach ($users as $key => $user) @endforeach
# Branch Chairman Name Code Phone Details Status Action
{{ ++$key }} {{ $user->chairman_name}} {{ $user->branch_name}} {{ $user->branch_code}} {{ $user->email}} View details @if( $user->status==0 ) Pending @elseif( $user->status==1 ) Approved @endif @if( $user->status==0 ) Approve @endif Delete
@endsection