@extends('layouts.admin_template') @section('content') @section('styles') @parent @stop

Add Food Item

Add Food Item Description text here...

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('quantity')) {{ $errors->first('quantity') }} @endif
@if ($errors->has('calories')) {{ $errors->first('calories') }} @endif
@if ($errors->has('proteins')) {{ $errors->first('proteins') }} @endif
@if ($errors->has('fats')) {{ $errors->first('fats') }} @endif
@if ($errors->has('carbs')) {{ $errors->first('carbs') }} @endif
@section('scripts') @parent @stop @endsection