{{-- resources/views/branches/index.blade.php --}} @extends('layouts.app') @section('content')

Branches

Create New Branch
Branch List
@foreach($branches as $branch) @endforeach
# Branch Name Actions
{{ $loop->iteration }} {{ $branch->name }} Edit View
@endsection