@extends('layouts.form') @section('title') Edit Business Location @endsection @section('form-title') {{__('business_location.edit_business_location')}} @endsection @section('form-navigation')
  • {{__('business_location.list_business_location')}}
  • {{__('business_location.edit_business_location')}} - {{ $business_location->business_name }}
  • @endsection @section('form-tabs-li') @endsection @section('form-tabs-content')
    @csrf
    {{-- 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)
    {{ $business_location->business_name }}
    @else

    {{__('business_location.no_business_logo')}}

    @endif
    {{-- Technical Supervisor --}}
    {{-- Business Location Color Picker --}}
    {{-- Owner Info Group --}}
    {{-- Full Name --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Email --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Is Active --}}
    {{-- Mobile Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Alternative Mobile Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Contact Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Nationality --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- National Number --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Date of Birth . . . --}}
    {{-- Gender --}}
    {{-- Blood Group --}}
    {{-- Mother Language --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Marital Status --}}
    {{-- Upload Logo --}}
    @php $image = $business_location->owner->image; @endphp @if ($business_location->owner->image !== null)
    {{ $business_location->owner->full_name }}
    @else

    {{__('business_location.no_user_image')}}

    @endif
    {{-- User Name --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Change Password --}}
    {{-- Owner Address Info --}}
    {{-- Owner Address --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Owner City --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Owner State --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Owner Country --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Owner Landmark --}}
    {{--
    Please choose a student_name.
    --}}
    {{-- Owner Socail Links --}}
    @endsection