@extends('layouts.backend.master') @section('css') @yield('page_css') @endsection @section('js') @yield('page_js') @endsection @section('content') @include("settings::layouts.header") @yield("page_content") @stop