@extends('layouts.app') @section('content')
@foreach($animals as $key => $animal) @endforeach
# Տիպ չ/մ Արժեքը Վաճառվածի Position Actions Actions
{{ $key + 1 }} {{ $animal->type->name }} {{ $animal->measurement }} {{ $animal->bought_unit_price }} {{ $animal->sold_price }} {{ $animal->sold_weight }} {{ $animal->birth_date }}
@endsection