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

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

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