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

Update Page

Back @if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{ method_field('PUT') }}
slug==='/') disabled @endif required>
in_menu))>
slug==='/') disabled @endif @checked(old('published', $page->published))>
@endsection @section('script') {{-- --}} {{-- --}} @endsection