@extends('layout.main') @section('content')

Branches

@if (Auth::user()->can('branch-create')) Add Branch {{-- --}} @endif

Branches List

{{-- --}} {{-- --}} @if (Auth::user()->can('branch-edit') || Auth::user()->can('branch-delete')) @endif @unless (count($branches) == 0) @foreach ($branches as $charge) {{-- --}}
Branch Town Branch AddressBranch PhoneFund DescriptionActions

{{ $charge->town }}

{{ $charge->address }}

{{ $charge->phone }}

Approved
@if (Auth::user()->can('branch-edit')) @endif @if (Auth::user()->can('branch-delete'))
@csrf @method('DELETE')