@extends('admin.layout.app') @section('more-head') @endsection @section('main-content') PARKING MANAGEMENT SYSTEM Add category and Number of Bags @include('includes.messages') {{csrf_field()}} Select category Select category. @foreach ($categories as $category) {{$category->name}} @endforeach No of bags categoryQuantity @foreach ($bush_delivery->categories as $categoryp) @foreach ($categories as $category) @if ($category->id == $categoryp->id) {{$category->name}} @endif @endforeach {{$categoryp->pivot->bags}} @endforeach @endsection @section('more-scripts') @endsection