@extends('voyager::master') @section('page_title', 'Home Page Content') @section('css') @stop @section('page_header')

Home Page Content

@stop @section('content')
@csrf @method('PUT')
@foreach ($sections as $section => $items)
@foreach ($items as $item)
@endforeach
@endforeach
@stop