@extends('layouts.app') @section('title', __('Kitchen Raw Items')) @section('content') Raw Items Manage Your Raw Items List of Raw Items @if(auth()->user()->can('ikitem.create')) @lang( 'messages.add' ) @endif @if(auth()->user()->can('ikitem.view')) Name Quantity Unit Unit Price Will be Used As Total Price @lang( 'messages.action' ) @endif @endsection