@extends('Dashboard/app') @section('main-content')
@csrf
SHORTCUTS

@foreach ($shortcuts as $shortcut) @endforeach

HOME PAGE

Main Landing Page Video
@if($landingpage)

{{$landingpage->landingpage_video}}

@endif
Side Video
@if($landingpage)

{{$landingpage->side_video}}

@endif
Youtube Link

ABOUT PAGE

About Muguku School
@if($landingpage)

{{$landingpage->about_tumaini_video}}

@endif
Youtube Link
@php $use_link = ''; if($landingpage->about_tumaini_video_youtube_link){ $use_link = 'https://youtu.be/'.$landingpage->about_tumaini_video_youtube_link; } @endphp

WHY WE EXCEL

Add New @if($why_excel)
CURRENT ENTRIES

@foreach ($why_excel as $item)

{{$loop->index + 1}}. {{$item->title}}

{!!$item->description!!}

@if ($item->media_type == 'video') @else @endif

{{$item->media}}

@endforeach @endif
@endsection @section('footer-scripts') @endsection