@extends('backend.layout.sidenav-layout') @section('content')
@if(session()->has('message'))
{{ session()->get('message') }}
@endif
@php $pages = ['home_section_one','home_section_two','factory_section_one','factory_section_two','about_section_message','about_section_one','about_section_two','about_section_three','return_policy','terms_condition']; @endphp @forelse ($pages as $key=>$item ) @empty {{-- --}} @endforelse
No Section Action
{{ ++$key }} {{ Str::headline($item) }}

No Data Found

@endsection @section('script') @endsection