@extends('layouts.admin_layout') @section('title', 'Manage Home Page Sections') @section('content') Manage Home Page Sections Home Manage Home Page Sections @if(!empty($auth_write_status)) @endif Name Action @foreach($home_page_sections as $home_page_section_row) {{$home_page_section_row->section_title}} @if(!empty($auth_write_status)) Edit Blocks @endif @endforeach @endsection