@extends('layouts.app') @section('content')

{{ __('Edit') }} {{ __($page->title) }}

{{ __('Back') }}
@csrf
@error('description')

{{ $message }}

@enderror
@endsection @push('scripts') @endpush