@extends('adminlte::page') @section('title', 'CMS') @section('content_header')

CMS

@endsection @section('content') @yield('cms') @stack('modals') @endsection @section('js') @stack('scripts') @endsection