@extends('backend.layout.main') @section('content')
@if(in_array("products-add", $all_permission)) {{__('db.add_recipes')}} @endif @if( in_array("products-edit", $all_permission) && in_array('ecommerce',explode(',',$general_setting->modules)) ) {{__('db.All Product In Stock')}} {{__('db.Show All Product Online')}} @endif
@foreach($custom_fields as $fieldName) @endforeach
{{__('db.Recipe')}} {{__('db.category')}} {{__('db.Unit')}} {{__('db.Cost')}} {{__('db.Price')}}{{$fieldName}}{{__('db.action')}}
@endsection @push('scripts')