@extends('front/layout') @section('page_title','Profile') @section('container')

Teachers

School Code : {{$principal_students[0]->school_code}} @if(count($principal_teachers) > 0) @foreach($principal_teachers as $princTeacher)
{{$princTeacher->name}}
{{$princTeacher->phone}}
{{$princTeacher->email}}
@foreach($loginUsers as $logUsers)
@php $userIdsArray = explode(',', $princTeacher->user_login_type); @endphp id, $userIdsArray)) checked @endif>
@endforeach

@endforeach @endif

Students

School Code : {{$principal_students[0]->school_code}}
@if(!empty($principal_students)) @foreach($principal_students as $prinStd) @endforeach @else No data found @endif
Name Mobile Number Grade Email Registered Date
{{$prinStd->name}} {{$prinStd->phone}} {{$prinStd->grade}} {{$prinStd->email}} {{$prinStd->created_at}}

FAQs

Faqs will be place here
@endsection