@section('heading', 'Cabang') @extends('layouts.app') @section('content')

Cabang

Cabang

@can('branches.create') @endcan
@foreach ($branches as $no => $branch) @endforeach
NO. Nama Cabang Alamat NO WhatsApp Aksi
{{ $nomer++}} {{ $branch->name }} {{ $branch->address }} {{ $branch->phone }} @can('branches.edit') @endcan @can('branches.delete')
@csrf @method('DELETE')
@endcan
@endsection