@extends('admin.master') @section('title','Ingredients') @section('main') @php // echo '
'; // print_r($category[0]['name']); @endphp Ingrdient Ingrdient {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} + Add New Ingrdient Add New Item @csrf Name of this Ingredient In which this will be used? @foreach($category as $cat) {{ $cat['name'] }} @endforeach Under which this ingredieant is? Crust Cheese Sauce Mayo Meat veggies Extra Bread Side Prices {{-- --}} {{-- Sizes--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} Image @endsection @section('js') @endsection