@extends($layout_path) @section('title', $app_setting['name'] . ' | ' . __('Page Edit')) @section('header-title')

{{ __('Update - ') . $page->title . ' ' . __('Page') }}

@endsection @push('styles') @endpush @section('content')
{{ __('Refresh Page') }}
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@endsection @push('scripts') @endpush