@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @section('content') @include('layouts.navbars.auth.topnav', ['title' => 'Branches'])
List of Branches
@foreach($branches as $branch) @endforeach
Branch Code Branch Name Account Account Group Action
{{$branch->branch_code}}

{{$branch->branch_name}}

@can('branch edit') @endcan @can('branch delete') @endcan
@include('layouts.footers.auth.footer')
@endsection