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

{{$title}}

@include('backend.layouts.alert')
@csrf @method('PUT')
@if ($errors->has('page_name')) {{ $errors->first('page_name') }} @endif
@if ($errors->has('content')) {{ $errors->first('content') }} @endif
@endsection