@extends('admin.includes.layout') @section('title', $page_title) @section('content')

{{ $page_title }}

@csrf {{-- Hidden old images --}} {{-- Course Heading --}}
{{-- Colleges Heading --}}
{{-- Why Choose Us Heading --}}
{{-- Who Choose Us Heading --}}
{{-- result Heading --}}
{{-- Counter Heading --}}
{{-- Testimonials Heading --}}
{{-- Branches Heading --}}
{{-- Team Heading --}}
{{-- Blog Heading --}}
{{-- Study Materials Heading --}}
{{-- FAQ Heading --}}
{{-- Blog Detail --}}
{{-- result Detail --}}
{{-- Study Materials Detail --}}
{{-- Why Choose Us Detail --}}
{{-- Course Detail --}}
{{-- Who Choose Us Detail --}}
{{-- Online Coaching Image --}}
@if(!empty($home_settings?->online_coaching_image)) @else @endif
{{-- Offline Coaching Image --}}
@if(!empty($home_settings?->offline_coaching_image)) @else @endif
{{-- About Image --}}
@if(!empty($home_settings?->about_image)) @else @endif
{{-- Submit Buttons --}}
@endsection @push('scripts') @endpush