@extends('adminlte::page') @section('title', 'Editar Alquiler') @section('content_header')

Editar Alquiler

@endsection @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Cancelar
@endsection @section('js') @endsection