@extends('layouts.signed') @section('title', 'Agendar') @section('content')
@csrf Por favor, una fecha.
Cancelar
@if($errors->any()) @endif
@endsection @section('script') @endsection