@extends('layouts.main') @section('title', 'Edit Peminjaman') @section('content')
Edit Peminjaman
@csrf @method('PUT')
@endsection