@extends('layouts.app', ['title' => __('Page')]) @section('content')

{{ __('Page Management') }}

{{ __('Page information') }}
@if (session('status')) @endif
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@include('layouts.footers.auth') @endsection @section('js') @endsection