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

Add Poetry for {{ $poet->name }} - {{ $category->title_ps }}

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