@extends('apex-layouts.main') @section('title','Meal Plans List') @section('header-right') Total: {{ $mealplans->total() }} @endsection @section('content') @include('apex-layouts.includes._search',['fields'=>$searchFields]) # title Avail Days Avail Calories Amount MealPlan Type Status Action @foreach($mealplans as $mealplan) {{$mealplan->id}} {{$mealplan->title}} {!! $mealplan->category !!} {{$mealplan->availDays}} {{$mealplan->availCalories}} PKR {{$mealplan->amount}} notActive @method('POST') @csrf @endforeach @if($mealplans->total() > $mealplans->perPage()) @endif @endsection @section('styles') @stop
Total
{!! $mealplan->category !!}