@extends('layouts.app') @section('content')
@csrf {{--

The image uploaded will be rendered inside the box below.

--}}
@if($errors->first('title'))
** {{$errors->first('title')}}
@endif
@if($errors->first('content'))
*{{$errors->first('content')}}
@endif
Actions
  • flag Status: {{(isset($edit)) ? ucFirst($edit->status) : 'Not Saved'}}
  • @if(isset($edit)) @else @endif
@endsection