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

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

Inventory Added By {{ $inventory->first_name }} {{ $inventory->last_name }}
Allergens Name {{ $inventory->ingredients_name }}
Stock {{ $inventory->stock }}
Supplier Name {{ $inventory->supplier_name }}
Supplier Contact {{ $inventory->supplier_contact }}
Reference Code {{ $inventory->reference_code }}
Purchase Price {{ $inventory->purchase_price }}
Stock Type {{ $inventory->stock_type }}
@stop @section('footer_scripts') @stop