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

All Branch

Add Branch
@if(!empty($content)) @foreach($content as $contents) @endforeach @endif
Cluster Branch Name Branch Head Mobile Email Opening Date Address Status Edit Delete
{{$contents->name}} {{$contents->head}} {{$contents->mobile}} {{$contents->email}} {{date('d-M-y',strtotime($contents->openingdate))}} {{$contents->address}}
status == 1) checked="" @endif>
Cluster Branch Name Branch Head Mobile Email Opening Date Address Status Edit Delete
@endsection