@if (Session::has('success'))
{{ Session::get('success') }}
@endif
@if (Session::has('fail'))
{{ Session::get('fail') }}
@endif
Tutors List
* Partial Tutor Activation based on subject is not available at the moment. Either you can activate tutor for all subjects or inactive
S.No | Tutor Name | Tutor Mobile | Class | Subject | Rate/Hr (£) | Commission/Hr | Check Slots | Current Status | {{--Action | --}}
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | @if($ttrlist->subject_name) {{ $ttrlist->tutor_name }} @else {{ $ttrlist->tutor_name }} @endif | {{ $ttrlist->tutor_mobile }} | {{ $ttrlist->class_name }} | {{ $ttrlist->subject_name }} | £ {{ $ttrlist->rate }} | {{ $ttrlist->admin_commission }}% Update | Check Slots | @if($ttrlist->subject_name)
@if ($ttrlist->tutor_status == 1)
Active
@else
Inactive
@endif
tutor_status == 1) then checked @endif>
|
@else
Profile Not Updated | @endif