@extends('layout') @section('header') @endsection @section('content')
@if($trays->count()) @foreach($trays as $tray) @endforeach
ID REFRIGERATOR_ID POSITION OPTIONS
{{$tray->id}} {{$tray->refrigerator_id}} {{$tray->position}} View Edit
{!! $trays->render() !!} @else

Empty!

@endif
@endsection