@extends('layout.app') @section('title') Add Page @endsection @section('content') @if(session()->has('message'))
{{ session()->get('message') }}
@endif @if ($errors->any())
@endif
@csrf
@endsection