@extends('layouts.admin-modern') @section('title', 'Edit Page') @section('content')

Edit Page

@csrf @method('PUT')
@endsection