@extends('layouts.app') @section('title', 'Branch Details - Cash Book') @section('content')

Branch Details

Back to List
Name
{{ $branch->name }}
Created At
{{ $branch->created_at->format('Y-m-d H:i') }}
Updated At
{{ $branch->updated_at->format('Y-m-d H:i') }}
@if(!in_array(auth()->user()->role, ['accountant', 'auditor'])) Edit @endif
@endsection