@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()}}


@foreach ($bush_delivery->categories as $categoryp) @endforeach
categoryQuantity
@foreach ($categories as $category) @if ($category->id == $categoryp->id) {{$category->name}} @endif @endforeach {{$categoryp->pivot->bags}}
@endsection @section('more-scripts') @endsection