@extends('layouts.vertical-master-layout') @section('title') {{ __('Profile') }} @endsection @section('css') @endsection @section('content') {{-- breadcrumbs --}} @section('breadcrumb') @component('components.breadcrumb') @slot('li_1') {{ __('Institutes') }} @endslot @slot('title') {{ __('Profile') }} @endslot @endcomponent @endsection
{{-- Means two courses are available --}} @if ($languageCount > 1)
@csrf
@endif
@if (session('page_lang') === 'en')
{{ $institute->name_en }}
@elseif (session('page_lang') === 'ar')
{{ $institute->name_ar }}
@else
{{ $institute->name }}
@endif
$0

{{ __('Wallet') }}

{{ $institute->courses->count() }}

{{ __('Total Courses') }}

{{ __('Options') }}
    {{--
  • Students
  • --}}
  • {{ __('Courses') }}
  • {{ __('Coupons') }}
  • {{ __('Statement') }}
  • {{ __('Withdraw Requests') }}
{{ __('About') }}
{{--

{{ $institute->name }}

--}}

{{ $institute->des }}

{{ __('Courses') }}
{{ __('Students') }}
{{--

{{ $institute->name }}

--}}

{{ $institute->des }}

{{ __('All Students') }}
{{--
{{ __('Coupons') }}
--}}
{{ __('All Coupons') }}

{{ __('Statement') }}

{{-- --}}
{{ __('History') }}

{{ __('Withdraw Requests') }}

{{-- Ratings --}}
Reviews :
0 0 Reviews
{{--

12 July, 2021

4.1

It will be as simple as in fact, it will be Occidental. It will seem like simplified

Samuel

06 July, 2021

4.0

Sed ut perspiciatis unde omnis iste natus error sit

Joseph

26 June, 2021

4.2

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet

Paul
--}}
{{--
--}}
{{--
Product description:

If several languages coalesce, the grammar of the resulting language is more simple and regular

It will be as simple as occidental in fact.

  • Sed ut perspiciatis omnis iste
  • Neque porro quisquam est
  • Quis autem vel eum iure
Category : Shoes
Brand : Nike
Color : Gray
Quality : High
Material : Leather
--}}
{{-- --}} {{-- Modals Codes --}}
@endsection @section('script') @endsection