@extends('Backend.layouts.app') @section('content')
{{--
--}}
@csrf @if(isset($edit)) @endif
@if($errors->first('image'))
* {{$errors->first('image')}}
@endif
@if($errors->first('name'))
{{$errors->first('name')}}
@endif
@if($errors->first('post'))
{{$errors->first('post')}}
@endif
@if($errors->first('message'))
*{{$errors->first('message')}}
@endif
Actions
  • flag Status:@if(isset($edit))Created @else Not Created @endif
  • @if(isset($edit)) @else @endif
@endsection