@extends('layouts.backend.app') @section('title','Page Attributes') @section('content')
Page Attributes Setting
@include('backend.settings.sidebar')
{{-- how to use callout --}}
How To Use:

You can edit page title, header, content and footer for each defined pages here.

@yield('page-attributes-content')
@endsection