@extends('layouts.app') @section('content')
@csrf @if(isset($edit)) @endif

The image uploaded will be rendered inside the box below.

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

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