@extends('layouts.metronic', ['title' => 'NUTRIENȚI', 'subtitle' => (!empty($nutrient))?'Editare nutrient':'Adăugare nutrient'])
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (!empty($nutrient))
Vârstă minimă |
Vârstă maximă |
Valoare rdd |
|
@foreach($nutrient->rdd['female'] as $key => $rdd)
{{ $rdd['min_age'] }}
|
{{ $rdd['max_age'] }}
|
{{ $rdd['value'] }}
|
|
@endforeach
Vârstă minimă |
Vârstă maximă |
Valoare rdd |
|
@foreach($nutrient->rdd['male'] as $rdd)
{{ $rdd['min_age'] }}
|
{{ $rdd['max_age'] }}
|
{{ $rdd['value'] }}
|
|
@endforeach
@endif
@endsection
@if (!empty($nutrient))
@section('modals')
@endsection
@endif
@section('head')
@endsection
@section('script')
@endsection
@section('menuVariables')
@endsection