@extends('backoffice.layouts.app') @section('contents')

Home

{{--

Dozens of reusable components built to provide buttons, alerts, popovers, and more.

--}}
{{-- Bootstrap Tables Docs --}}
@csrf
@if (isset($homeSection->section_one_image))
Section One Image
@endif
@if (isset($homeSection->third_section_image))
Third Section Image
@endif
@endsection