@extends('layouts.app') @section('content')
@csrf @if(isset($edit)) @endif
@if($errors->first('title'))
** {{$errors->first('title')}}
@endif

{{-- --}}
{{-- --}}
@if($errors->first('icon'))
** {{$errors->first('icon')}}
@endif

@if($errors->first('description'))
** {{$errors->first('description')}}
@endif
Actions
  • @if(isset($edit)) flag Status: {{$edit->status}} @endif score Preview: @if(isset($edit) && $edit->status=='Saved') Click@else No @endif
  • @if(isset($edit)) @else @endif
@endsection