@extends('apex-layouts.main') @section('title','Nutritions') @section('header-right') Total:  {{ $nutritions->total() }} @endsection @section('content')
@foreach($nutritions as $value) @endforeach
id title unit created modified
id) !!}">{{$value->id}} {{$value->title}} {{$value->unit}} {{\App\helpers\ViewCommonHelper::getDateFormat($value->created_at)}} {{\App\helpers\ViewCommonHelper::getDateFormat($value->updated_at)}}
@if($nutritions->total() > $nutritions->perPage()) @endif
@endsection