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

Edit Poetry

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
@if($subCategories->count())
@endif
Cancel
@endsection @section('pageJs') @endsection