@extends('layouts.admin_layout') @section('title', 'Manage Home Page Blocks') @section('content') Manage Home Page Blocks Home Manage Home Page Sections Manage Home Page Blocks @if(!empty($auth_write_status)) Add Home Page Block Save Sorting @endif Image Action @foreach($section_blocks as $section_block_row) @if(!empty($auth_write_status)) Edit @endif @endforeach @endsection