@extends('Modules.Health.layouts.second_main') @section('main-content') @if($errors->any())

{{$errors->first()}}

@endif
Vaccination
@foreach($full_cow_vaccination as $vacc) @endforeach
Tag ID Type Date Technician Comments Price User
{{ $vacc->tagid }} {{ $vacc->type }} {{ $convert_vaccinationdate }} {{ $vacc->name }} {{ $vacc->comments }} {{ $vacc->price }} {{ $vacc->username }}
@endsection