☰
@auth
{{ __('frontstaticword.Notifications') }}
@endauth
×
@guest
@endguest
@auth
@if(Auth::User()->user_img != null || Auth::User()->user_img !='')
@else
@endif
Hi, {{ Auth::User()->fname }}
@endauth
@php
$categories = App\Categories::orderBy('position','ASC')->get();
@endphp
@foreach($categories as $cate)
@foreach($cate->subcategory as $sub)
@foreach($sub->childcategory as $child)
@endforeach
@endforeach
@endforeach
@auth
@endauth
@guest
@endguest
@auth
-
{{ __('frontstaticword.Notifications') }}
@endauth
@section('custom-script')
@endsection
@include('instructormodel')