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

  • Name: {{ $branch->name }}
  • Location: {{ $branch->location }}
  • District: {{ $branch->district->name }}
  • Region: {{ $branch->region->name }}
Back to list
@endsection @push('scripts') @endpush