@if(count($data)>0)
@include('frontend.sidebar')
- @lang('frontend.teacherinfo')
@if(isset($data))
@foreach($data as $d)
@endforeach
@endif
@else
Not Found...
@endif
|
|
@lang('frontend.name') | {{ $d->name }} |
| @lang('frontend.designation') | {{ $d->designation }} | |
| @lang('frontend.mobile') | {{ $d->mobile }} | |
| @lang('frontend.mail') | {{ $d->email }} | |