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

Branch Details

ID: {{ $branch->id }}

Name: {{ $branch->name }}

Created At: {{ $branch->created_at }}

Back to List
@endsection