@extends('admin.layouts.app') @section('title', 'Page Sections') @section('section')

{{$page->page_name ?? ''}} Sections

@if(\Session::has('success'))
{{\Session::get('success')}}
@endif
Page Name Section Title Action
@endsection @section('script') @endsection