@extends('layouts.app') @section('content')

Animal Receipts

@foreach($receipts as $receipt) @endforeach
Patient No Date Farmer Name Animal Animal Tag No Reffered By Gender Contact Actions
{{ $receipt->patient_no }} {{ $receipt->date }} {{ $receipt->time }} {{ $receipt->farmer_name }} {{ $receipt->animal }} {{ $receipt->animal_tag_no }} {{ $receipt->referred_by }} {{ $receipt->gender }} {{ $receipt->contact_no }}
@csrf @method('DELETE')
{{ $receipts->links() }}
@endsection