@extends('Modules.Doctor_Diary.layouts.main') Doctor Diary @section('main-content')

{{$todaytask}}

Today Tasks

More info

{{$previoustasks}}

Pending Tasks

More info
Today Tasks
@foreach($todaytasks as $task) @if($task->type=="Health") @if($task->Body=="Treatment") @elseif($task->Body=="Vaccination") @elseif($task->Body=="Deworming") @elseif($task->Body=="Specimen") @elseif($task->Body=="Vet Check") @elseif($task->Body=="Dry off") @endif @if($task->status==1) @else @endif @elseif($task->type=="Breeding") @if($task->Body=="AI Breeding") @elseif($task->Body=="Bull Breeding") @elseif($task->Body=="Breeding Status") @elseif($task->Body=="Pragnancy Check") @elseif($task->Body=="Abortion") @elseif($task->Body=="Calving") @endif @if($task->status==1) @else @endif @elseif($task->type=="Protocol") @if($task->status==1) @else @endif @else @if($task->status==1) @else @endif @endif @endforeach
Tag ID Type Description Status
{{$task->head}}HealthHealthHealthHealthHealthHealth{{$task->Body}}CompletePendingBreedingBreedingBreedingBreedingBreedingBreeding{{$task->Body}}CompletePending Protocol {{$task->Body}} {{$task->type}} {{$task->Body}}
@endsection