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

Edit animal

@csrf @method('PUT')
Purchase details
@include('animals._birth_fields', [ 'bornInFarm' => $animal->born_in_farm, 'bornDate' => $animal->born_date?->format('Y-m-d') ?? '', 'motherId' => $animal->mother_id, ])
Status
is_active))>
is_sale))>
Cancel
@endsection