@extends('layouts.admin') @section('title', tr('add_page')) @section('content-header', tr('add_page')) @section('breadcrumb')
  • {{tr('home')}}
  • {{tr('pages')}}
  • {{tr('add_page')}}
  • @endsection @section('content')
    @include('notification.notify')
    {{tr('add_page')}} {{tr('view_pages')}}
    @include('admin.pages._form')
    @endsection @section('scripts') @endsection