@extends('layouts.admin') @section('content')
@include('include.errors') @include('include.flash-message')
@csrf
{{-- Will be filled by JS --}}
@foreach ($deliveryInstructions as $deliveryInstruction)
@endforeach
{{-- Will be filled by JS --}}
@endsection