@extends('layouts.app') @section('title', 'Edit Peminjaman') @section('content')
Edit Peminjaman
@if ($errors->any()) @endif
@csrf @method('PUT')
@error('room_id')
{{ $message }}
@enderror
Batal
@endsection @push('scripts') @vite('resources/js/console/room_requests/edit_script.js') @endpush