@extends('layouts.app') @section('content')
{{ __('Dashboard') }}
@if (session('status')) @endif

Teachers

@foreach($teachers as $teacher) @endforeach
# institute pdsid institute type index number institute name
{{ $teacher->id }} {{ $teacher->institute_id }} {{ $teacher->pdsid }} {{ $teacher->institute_type }} {{ $teacher->index_number }} {{ $teacher->institute_name }}

Emis Teachers

@foreach($emis_teacher as $teache) @endforeach
# pdsid pdsid institute type index number institute name
{{ $teache->pdsid }} {{ $teache->pdsid }} {{ $teache->pdsid }} {{ $teache->managementtype }} {{ $teache->indexnumber }} {{ $teache->institutename }}
@endsection