@extends('backend.master') @section('title', 'Branches') @section('content')

Branch List ({{ $branches->total() }})

Add
{{-- --}} @foreach ($branches as $branch) @endforeach
Category IDBranch Name Mobile Address Actions
{{ $branch->branch_name }} @if ($branch->default == 1) Default @endif {{ $branch->mobile }} {{ $branch->address }}
@csrf @method('DELETE')
{{ $branches->links('pagination::bootstrap-5') }}
@endsection