@extends('frontend.layouts.app') @push('style') @endpush @section('meta') @php $metaData = getMeta('instructor'); @endphp @endsection @section('content')
{{ __('Total Showing: 12') }}

{{ __('Sort By') }}:

@foreach ($categories as $category) @endforeach

@include('frontend.instructor.render_instructor')
@endsection @push('style') @endpush @push('script') @endpush