@extends('layout.admin_layout') @section('title', 'admin-dashboard') @section('body') @section('header', 'Home Page Banner') @section('badge') @endsection

Home Page Banner list

{{--
--}}
@csrf
{{-- --}}
New
{{-- --}} {{-- --}} @forelse ($pages as $page) {{-- --}} {{-- --}} @empty @endforelse
# No ImageContentContent
@if ($page->image != '') @endif {!! $page->content !!}{!! substr( $page->content, 0,20) !!} {{-- View --}} Edit Delete
No data found.
@endsection @push('scripts') @endpush