@extends('layouts.app') @section('title', 'Add Delivery') @section('content')

Add Delivery for Contract: {{ $contract->contract_number }}

@csrf
@endsection