@extends('layouts.app') @section('title', 'Branch Details - Axis Max Life Admin') @section('header', 'Branch Details') @section('content')
{{ $branch->branch_name }}
@endifTotal Images
{{ $branch->images->count() }}/5
Created
{{ $branch->created_at->format('d M Y') }}
Total Size
@php $totalSize = $branch->images->sum('file_size'); echo $totalSize > 0 ? round($totalSize / 1048576, 2) . ' MB' : '0 MB'; @endphp
{{ session('success') }}
No images uploaded yet
Images uploaded for this branch will appear here