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

Branch List

@if(session('success'))
{{ session('success') }}
@endif @foreach($branches as $branch) @endforeach
Name Address Actions
{{ $branch->name }} {{ $branch->address }}
@csrf @method('DELETE')
@endsection