@extends('layouts.app') @section('content')
@csrf

About Page


Banner Section



@if ($about->getMedia('about_banner_image')->isNotEmpty()) @foreach ($about->getMedia('about_banner_image') as $media) Slider Background Image @endforeach @endif

About Section


@if ($about->getMedia('section_image_1')->isNotEmpty()) @foreach ($about->getMedia('section_image_1') as $media) Slider Background Image @endforeach @endif
@if ($about->getMedia('section_image_2')->isNotEmpty()) @foreach ($about->getMedia('section_image_2') as $media) Slider Background Image @endforeach @endif

Our Mission Section


@if ($about->getMedia('our_mission_image_1')->isNotEmpty()) @foreach ($about->getMedia('our_mission_image_1') as $media) Slider Background Image @endforeach @endif
@if ($about->getMedia('our_mission_image_2')->isNotEmpty()) @foreach ($about->getMedia('our_mission_image_2') as $media) Slider Background Image @endforeach @endif

Video Section


@if ($about->getMedia('video')->isNotEmpty()) @foreach ($about->getMedia('video') as $media) @endforeach @endif


@endsection @push('page_scripts') @endpush