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