@extends('layouts.app') @section('title') Pages @endsection @section('content')
@include('flash::message') @if ($errors->any())
{{ $errors->first() }}
@endif @include('flash::message') @include('pages.create_modal') @include('pages.edit_modal')
@endsection