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

All Branches

@if(session('success'))
{{ session('success') }}
@endif + Add New Branch @forelse($branches as $branch) @empty @endforelse
# Branch Name Code Address Phone Created
{{ $loop->iteration }} {{ $branch->branch_name }} {{ $branch->branch_code }} {{ $branch->address }} {{ $branch->phone }} {{ $branch->created_at->diffForHumans() }}
No branches found.
{{ $branches->links() }}
@endsection