@php $regularFontPath = public_path('admin/fonts/NotoSansDevanagari-Regular.ttf'); $boldFontPath = public_path('admin/fonts/NotoSansDevanagari-Bold.ttf'); $regularFontBase64 = base64_encode(file_get_contents($regularFontPath)); $boldFontBase64 = base64_encode(file_get_contents($boldFontPath)); @endphp Connection List Connection List
Add
@foreach ($connections as $connection) @endforeach
Sr No Connection No Property No Consumer Name Ward Vibhag Mobile No Status Action
{{ $loop->iteration }} {{ $connection->connection_no }} {{ $connection->property_no }} {{ $connection->consumer_name }} {{ $connection->prabhag->name ?? '-' }} {{ $connection->zone->name ?? '-' }} {{ $connection->mobile_no }} @if ($connection->status == 1) Active @else Inactive @endif