@extends('admin.layouts.app') @section('header-script') @include('admin.layouts.forms-header-script') @endsection @section('content')

Soty List

@foreach (['danger', 'warning', 'success', 'info'] as $key) @if(Session::has($key))

{{ Session::get($key) }}

@endif @endforeach
@foreach($mentors as $mentor) @endforeach
Sl TEAM ID
Join As
Images Name
Designation
Profession
WhatsApp Number
Email
Teligram Number
Company/Institute Name
Mobile
Email
Event
Join As
Village, Thana
District, Division
Action
{{ $loop->index+1 }} {{"SOTT00000".$mentor->id}}
{{ $mentor->join->name ?? "" }}
{{ $mentor->full_name }} {{ $mentor->full_name }}
{{ $mentor->class_level_designation }}
{{ $mentor->group_department_subject }}
{{ $mentor->whatsapp_number }}
{{ $mentor->email }}
{{ $mentor->telegram_number }}
{{ $mentor->institute }}
{{ $mentor->institute_mobile }}
{{ $mentor->institute_email }}
{{ $mentor->event->session->title ?? '' }}
{{ $mentor->join->name ?? "" }}
{{ $mentor->village_area}}, {{ $mentor->upazila->name ?? "" }}
{{ $mentor->district->name ?? "" }}, {{ $mentor->division->name ?? "" }}
{{$mentors->links()}}
@endsection @section('footer-script') @include('admin.layouts.form-elements-footer-script') @endsection