@extends('layouts.headatmin') @section('title', 'Tambah Pembayaran') @section('content')
form tagihan baru
@csrf
@error('bukti')
{{ $message }}
@enderror

@endsection