@extends('layouts.master') @section('title') @lang('translation.Branch_Details') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Admin @endslot @slot('title') Branch Details @endslot @endcomponent
{{ $branch->code }}
{{ $branch->location }}
@if($branch->address){{ $branch->address }}
@endifCreated: {{ $branch->created_at->format('M d, Y') }}
Last Updated: {{ $branch->updated_at->format('M d, Y') }}