@extends('Modules.Medication.layouts.main') Medication Dashboard @section('main-content')

Total Employees

More info

{{ $total_price }}Rs

Total Treatment Cost

More info

{{$disease}}

Total Disease

More info

0

Total Farm Revenue

More info
@foreach($reason as $res) @endforeach
Disease Name Total Animals Total Price Culling Animals Return Animals
{{ $res->name }} {{ $animals[$i] }} {{ $res->total_cost }} {{ $culling_animals_count[$i] }} {{ $culling_animals_return[$i] }}
@endsection