@extends('design_1.panel.layouts.panel') @push("styles_top") @endpush @section('content')
{{ $organization->full_name }}
{{ $organization->full_name }}

{{ $coursesCount }} {{ trans('product.courses') }} | {{ $instructorsCount }} {{ trans('home.instructors') }} | {{ $studentsCount }} {{ trans('public.students') }}

{{ trans('update.organization_profile') }}
{{-- List Table --}} @if(!empty($organizationHaveItems))
@php $tabs = [ 'courses' => 'teacher', 'bundles' => 'box', ]; @endphp @foreach($tabs as $tabName => $tabIcon) @endforeach
@foreach($courses as $courseItem)
@include("design_1.panel.webinars.organization_classes.grid_card", ['course' => $courseItem])
@endforeach
{{-- Pagination --}}
@else @include('design_1.panel.includes.no-result',[ 'file_name' => 'organization_courses.svg', 'title' => trans('panel.you_not_have_any_webinar'), 'hint' => trans('panel.no_result_hint') , 'btn' => ['url' => '/panel/webinar/new','text' => trans('panel.create_a_webinar') ] ]) @endif @endsection @push('scripts_bottom') @endpush