@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()}} Select type Select type. @foreach ($types as $type) {{$type->name}} @endforeach No of bags typeQuantity @foreach ($bush_delivery->types as $typep) @foreach ($types as $type) @if ($type->id == $typep->id) {{$type->name}} @endif @endforeach {{$typep->pivot->bags}} @endforeach @endsection @section('more-scripts') @endsection