Medcare Branches Master Report

Comprehensive Branch Data • Generated on {{ now()->format('F d, Y \a\t H:i') }}

@foreach($outlets as $outlet) @endforeach
Branch Details Address Information Contact Details Management Credentials Status
{{ $outlet->name }}
{{ $outlet->outlet_code }}
{{ $outlet->address_1 }}
@if($outlet->address_2)
{{ $outlet->address_2 }}
@endif
{{ $outlet->city }}, {{ $outlet->state }}
{{ $outlet->zip }}, {{ $outlet->country }}
Phone
{{ $outlet->phone }}
@if($outlet->email)
Email
{{ $outlet->email }}
@endif
Reporting Manager
{{ $outlet->reporting_manager }}
Code
{{ $outlet->outlet_code }}
Password
{{ $outlet->password }}
{{ $outlet->status ? 'ACTIVE' : 'DEACTIVATED' }}