@extends('layouts.app', ['title' => 'Add animal', 'showNav' => true]) @section('content')

Add animal

@csrf
Purchase details
@include('animals._birth_fields', [ 'bornInFarm' => false, 'bornDate' => '', 'motherId' => null, ]) Cancel
@endsection