diff --git a/resources/views/foods/edit.blade.php b/resources/views/foods/edit.blade.php index b9e5ef5..6045373 100644 --- a/resources/views/foods/edit.blade.php +++ b/resources/views/foods/edit.blade.php @@ -5,140 +5,140 @@

{{ $title }}

- @if ($food->exists)@method('put')@endif - @csrf -
-
- -
- + @if ($food->exists)@method('put')@endif + @csrf +
+
+ +
+ - -
+ +
- -
- + +
+ - -
+ +
- -
- + +
+ - -
-
+ +
+
-
- -
- +
+ +
+ - -
+ +
- -
- + +
+ - - - -
+ + + +
- -
- + +
+ - -
+ +
- -
- + +
+ - -
-
+ +
+
-
- @foreach (\App\Support\Nutrients::all()->sortBy('weight') as $nutrient) - -
- +
+ @foreach (\App\Support\Nutrients::all()->sortBy('weight') as $nutrient) + +
+ - -
- @endforeach -
- - - - - -
- - - -
- - -
- - - -
+
+ @endforeach +
-
- - {{ ($food->exists ? 'Save' : 'Add') }} - -
- + + + + +
+ + + +
+ + +
+ + + +
+
+ +
+ + {{ ($food->exists ? 'Save' : 'Add') }} + +
+