{{--@extends('admin/layouts/app')--}} {{--@section('page-title')--}} {{-- Department | Simple Admission--}} {{--@endsection--}} {{--@section('page-breadcrumb')--}} {{--
--}} {{-- --}} {{--

Profile

--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--@endsection--}} {{--@section('main-content')--}} {{--
--}} {{-- --}} {{--
--}} {{-- @include('institute.profile.include.tabmenu')--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--@endsection--}} {{--@section('extra-css')--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--@endsection--}} {{--@section('extra-script')--}} {{-- @section('extra-sub-script')--}} {{-- @show--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{--@endsection--}} @extends('admin/institute-management/institute-profile/index',['withoutCard'=>true]) @section('main-content-tab')

Department

@php $colors = ['#1D75B3', '#F20544', '#FFC800', '#1E1515', '#65BB65', '#7C5704','#E37023','#AE1FF5', '#7C047C', '#7C5704']; $colorIndex = 0; // Initialize color index @endphp @foreach($departments as $department) @php $colorIndex++; // Increment color index @endphp @endforeach

Course

@php $colors = ['#1D75B3', '#F20544', '#FFC800', '#1E1515', '#65BB65', '#7C5704','#E37023','#AE1FF5', '#7C047C', '#7C5704']; $newColorIndex = 0; // Initialize color index @endphp @foreach($departments as $department)

{{ $department->title }}

@foreach($department->courseName as $course) @php $newColorIndex++; // Increment color index @endphp @endforeach
@endforeach {{-- @endforeach--}} {{--
--}} {{-- @php--}} {{-- $colors = ['#1D75B3', '#F20544', '#FFC800', '#1E1515', '#65BB65', '#7C5704','#E37023','#AE1FF5', '#7C047C', '#7C5704'];--}} {{-- $newColorIndex = 0; // Initialize color index--}} {{-- @endphp--}} {{-- @foreach($courses as $course)--}} {{-- --}} {{-- @php--}} {{-- $newColorIndex++; // Increment color index--}} {{-- @endphp--}} {{-- @endforeach--}} {{--
--}}
@endsection @section('extra-extra-css') @endsection @section('extra-extra-script') @endsection