@extends('layouts.app') @section('title', 'Manage Branches') @section('content')

Manage Branches

@foreach($branches as $branch) @endforeach
Name Address Phone Actions
{{ $branch->name }} {{ $branch->address }} {{ $branch->phone }}
@csrf @method('DELETE')
@endsection