@extends('frontend.layouts.app') @push('headScript') @endpush @section('content') @if(auth()->check()&&auth()->user()->company_id) @else
Background
Background Ellipses

مجالات {{ $category->name }}

يمكنك البحث سريعا عن اي شيء تريده

@endif
@if(auth()->check()&&auth()->user()->company_id)
الرئيسية

{{ $category->name }}

{{ $category->name }}

{{ $category->description }}

@endif

الدورات التدريبية

اكثر من {{ $coursesCount>10?$coursesCount-10:$coursesCount }} + دورة تدريبية متاحة لجميع طلابنا

@if(!$courses->count())
No Results

لا يوجد نتائج !

لم نعثر على نتائج لهذا البحث

@else
@foreach($courses as $course) @endforeach
{!! $courses->appends(request()->only('search'))->links('vendor.pagination.custom-tailwind') !!}
@endif
@endsection @push('footerScript') @endpush