@extends('Backend.layouts.app') @section('content')
@csrf @if($errors->first('content'))
* {{$errors->first('content')}}
@endif
Actions
  • @if(isset($footer)) flag Status: created @endif
  • @if(isset($footer)) @else @endif
@endsection