@extends('frontend.layouts.app') @push('headScript') @endpush @section('content')
Background
Background Ellipses
الرئيسية
المحاضرين

المحاضرين

تعرّف على أفضل نخبة من الخبراء والمحاضرين المعتمدين الذين يقودون برامجنا التدريبية بكفاءة واحترافية.

جميع المدربين لدينا

@foreach($instructors as $instructor)

{{ $instructor->name }}

{{ $instructor->title }}

{{ $instructor->short_description }}

@if($instructor->linkedin) LinkedIn @endif @if($instructor->facebook) Facebook @endif
@endforeach
{!! $instructors->appends(request()->only('search'))->links('vendor.pagination.custom-tailwind') !!}
@endsection @push('footerScript') @endpush