@extends('admin.layout') @section('custom-style') @endsection @section('content') Footer Pages Footer Page Create Create Footer Page @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @if(\Session::has('error')) {!! \Session::get('error') !!} @endif @if(\Session::has('success')) {!! \Session::get('success') !!} @endif {{csrf_field()}} Page Title* Page Description {{old('description')}} @endsection @section('custom-scripts') @endsection