@extends('layouts.app') @section('title') Add Delivery @endsection @push('styles') @endpush @section('content')

Add Delivery

@can('add-materialdelivery')
@foreach ($ordermaterial as $main) @endforeach
Material Quantity
Cancel
@endcan
@endsection @push('scripts') @endpush