@extends('layouts.home') @section('title_page','Bayar Pendaftaran Santri') @section('content')
@csrf
@error('santri_id') {{ $message }} @enderror
Rp. {{ number_format($cost->construction, 2, ',', '.') }}
Rp. {{ number_format($cost->facilities, 2, ',', '.') }}
Rp. {{ number_format($cost->wardrobe, 2, ',', '.') }}
Kembali
@endsection