@extends('frontend-rtl.layouts.app'.config('theme_layout')) @push('after-styles') @endpush @section('content')
@if(count($teachers) > 0) @foreach($teachers as $item)
{{--
--}} {{--Lorem ipsum dolor consectuer adipiscing elit, nonummy nibh euismod tincidunt.--}} {{--
--}}
{{$item->full_name}} {{--Mobile Apps--}}
@endforeach @else

@lang('lables.general.no_data_available')

@endif
{{ $teachers->links() }}
@include('frontend.layouts.partials.right-sidebar')
@endsection