@extends('admin.layouts.app') @push('style') {{-- --}} @endpush @section('pagetitlesection') @endsection @section('content')

No of Diet : {{ count($diets) }}

@forelse ($diets as $data) @empty @endforelse
Gender Age Range Height Range Weight Range Goal Diet Type Medical Condition Created On Status Action
{{ $data->age_from .'-'.$data->age_to }} {{ $data->height_from .'-'.$data->height_to }} {{ $data->weight_from .'-'.$data->weight_to }} {{ $data->goal}} {{ $data->diet}} {{ $data->medical_condition}} {{ date('d-m-Y', strtotime($data->created_at)) }} @switch($data->status) @case(1) Active @break @case(0) Inactive @break @default Deleted @endswitch
No Data Yet
@endsection @push('scripts') @endpush