@extends('layouts.admin_layout') @section('title', 'Manage Home Page Sections') @section('content')

Manage Home Page Sections

@if(!empty($auth_write_status)) @endif
@foreach($home_page_sections as $home_page_section_row) @endforeach
Name Action
{{$home_page_section_row->section_title}} @if(!empty($auth_write_status)) Edit Blocks @endif
@endsection