@extends('Modules.Milking.layouts.main') chiller -DairyRider @section('main-content')
Chillers Add/View
@foreach($milkingchiller as $b) @endforeach
ID Name Current Milk
{{$b->id}} {{$b->name}} {{$b->current_milk }}
@endsection