@extends('backend.layout.main')
@section('content')
{{__('db.Recipe')}}
{{__('db.category')}}
{{__('db.Unit')}}
{{__('db.Cost')}}
{{__('db.Price')}}
@foreach($custom_fields as $fieldName)
{{$fieldName}}
@endforeach
{{__('db.action')}}