{{-- Extends layout --}} @extends('layout.app_private') {{-- Content --}} @section('content') @include('pages.crud.'.$data["section"].'.content') @endsection {{-- Styles Section --}} @section('styles') @endsection {{-- Scripts Section --}} @section('scripts') @endsection