@php /** @var string $tutorId */ @endphp @extends('layouts.pmar.theme') @section('title', env('APP_NAME') . ' :: Cadastrar Animal') @section('content')
@include("errors.messageFlash")

Cadastrar Animal

@csrf
@error('status') {{ $message }} @enderror
@endsection