@extends('back-end.master.app') @section('title', 'Edit Poet') @section('pageCSS') @endsection @section('body')

Edit Poet

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if($poet->image && $poet->image != 'image/noimage.jpg') Current @endif
Cancel
@endsection @section('pageJs') @endsection