@extends('layouts.app') @section('title', 'Schedule Delivery') @section('breadcrumb')Delivery Schedule@endsection @section('content')
@csrf @if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif

Delivery Details

Cancel
@endsection