@extends('frontend-rtl.layouts.app'.config('theme_layout')) @push('after-styles') @endpush @section('content') {{env('APP_NAME')}} @lang('labels.frontend.teacher.title') @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