@extends('admin.layout.app') @section('more-head') @endsection @section('main-content')

PARKING MANAGEMENT SYSTEM

Add type and Number of Bags

@include('includes.messages')
{{csrf_field()}}


@foreach ($bush_delivery->types as $typep) @endforeach
typeQuantity
@foreach ($types as $type) @if ($type->id == $typep->id) {{$type->name}} @endif @endforeach {{$typep->pivot->bags}}
@endsection @section('more-scripts') @endsection