@extends('admin.layouts.master') @section('content')

All Branch Add Branch

@foreach($branchList as $branch) @endforeach
Name Email Phone Address Status Action
{{ $branch->name }} {{ $branch->email }} {{ $branch->phone }} {{ $branch->address }} @if($branch->status == 'Active') Active @else Inactive @endif
@endsection