{{-- Basic Info Group --}}
{{-- --}}
{{-- Business Location Name --}}
{{-- Email --}}
{{-- Mobile Number --}}
{{-- Alternative Mobile Number --}}
{{-- Address --}}
{{-- License Start Date --}}
{{-- License End Date --}}
{{-- Max. No. Of Students --}}
{{-- Max. No. Of Assignments --}}
{{-- Max. No. Of Submissions --}}
{{-- Max. No. Of Admins --}}
{{-- Max. No. Of Trainers --}}
{{-- Is Active --}}
{{-- Upload Image --}}
@if ($business_location->image !== null)
@else
No Business Logo
@endif
{{-- Technical Supervisor --}}
{{-- Business Location Color Picker --}}
{{-- Owner Info Group --}}
{{-- Full Name --}}
{{-- Email --}}
{{-- Is Active --}}
{{-- Mobile Number --}}
{{-- Alternative Mobile Number --}}
{{-- Contact Number --}}
{{-- Nationality --}}
{{-- National Number --}}
{{-- Date of Birth . . . --}}
{{-- Gender --}}
{{-- Blood Group --}}
{{-- Mother Language --}}
{{-- Marital Status --}}
{{-- Upload Logo --}}
@php
$image = $business_location->owner->image;
@endphp
@if ($business_location->owner->image !== null)
@else
No User Image
@endif
{{-- User Name --}}
{{-- Change Password --}}
{{-- Owner Address Info --}}
{{-- Owner Address --}}
{{-- Owner City --}}
{{-- Owner State --}}
{{-- Owner Country --}}
{{-- Owner Landmark --}}
{{-- Owner Socail Links --}}
{{-- FaceBook Link --}}
{{-- Twitter Link --}}
{{-- Social Media Link --}}
{{-- Social Media Link 2 --}}