@extends('layouts.admin.layout') @section('title','Home Section') @section('admin-content')

All Home Section

Home Section Form
@csrf @method('patch') @if ($homeSection->section_type !=1)
@endif
@if ($homeSection->section_type !=2)
@endif
@endsection