@extends('admin.layouts.default') @section('header_styles') @stop @section('content')

@yield('title', 'View Ingredients Detail')

Restaurant Name {{ $ingredients->name }}
Ingredient Name {{ $ingredients->ingredients_name }}
Ingredient PLU {{ $ingredients->ingredients_plu }}
Ingredient Description {{ $ingredients->ingredients_descriptions }}
Ingredient Barcodes {{ $ingredients->ingredients_barcodes }}
Ingredient Weight {{ $ingredients->ingredients_weight }}
Ingredient Units {{ $ingredients->ingredients_units }}
Ingredient Calories {{ $ingredients->ingredients_calories }}
Ingredient Image @if(!empty($ingredients->ingredients_image)) Default picture @else Ingredient picture @endif
@stop @section('footer_scripts') @stop