@extends('layouts.app') @section('css') @endsection @section('title', 'Home') @section('content') {{-- commeneint for testing --}}
First slide {{-- --}}
{{ $content->about_heading ?? " " }}

{{ $content->about_sub_heading ?? " " }}

{!! $content->about_content !!} {{--

{{ $content->banner_heading }}

--}} LEARN MORE
{{ $content->categories_heading ?? " " }}

{{ $content->categories_sub_heading ?? " " }}

featured
{{--

Kick-BoxingPower & Precision

--}} {!! $content->categories_content_one ?? " " !!}
featured
{!! $content->categories_content_two ?? " " !!}
featured
{!! $content->categories_content_three ?? " " !!}
featured
{!! $content->categories_content_four ?? " " !!}
featured
{!! $content->categories_content_five ?? " " !!}
featured
{!! $content->categories_content_six ?? " " !!}
{{ $content->workout_heading ?? " " }}

{{ $content->workout_sub_heading ?? " " }}

{{ $content->testimonial_heading ?? " " }}

{{ $content->testimonial_sub_heading ?? " " }}

{!! $content->testimonial_content_one ?? " " !!}

{{ $content->testimonial_author_one ?? " " }}

{!! $content->testimonial_content_two ?? " " !!}

{{ $content->testimonial_author_two ?? " " }}

{!! $content->testimonial_content_three ?? " " !!}

{{ $content->testimonial_author_three ?? " " }}

{!! $content->testimonial_content_two ?? " " !!}

{{ $content->testimonial_author_two ?? " " }}

@include('includes.instagram') @endsection @section('js') @endsection