@extends('admin.layouts.app') @section('title', get_setting('site_name').' | '.__('Branch Clearance').' (নমুনা-১৫)') @section('content') @php $b = $branch ?? []; $fmt = fn ($v) => is_numeric($v) ? number_format((float) $v, 2, '.', '') : ($v ?? ''); $ro = !empty($canEdit) ? '' : 'readonly'; @endphp
{{ $employee['name'] ?? '—' }} · {{ $employee['sid'] ?? '' }}
@if(empty($canEdit)){{ __('View only — Branch Manager fills this form.') }}
@endif