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

{{$errors->first()}}

@endif
@if($breed_type) @foreach($breed_type as $type) @if($type->type_id==1) @elseif($type->type_id==2) @elseif($type->type_id==3) @endif @endforeach @endif
Add Animal