@extends('layouts.admin') @section('content')

Programar entrega

@csrf
@if($errors->any())
{{ $errors->first() }}
@endif
@endsection