@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('content')
Tambah Pembayaran
@if(!empty(session('message')))

@endif @if(!empty(session('error')))

@endif

tipe == "Bank")?"checked":""}}>
tipe == "Cash")?"checked":""}}>

validasi == "1")?"checked":""}} name="validasi" id="inlineRadioJenis1" value="1">
validasi == "0")?"checked":""}} value="0">
validasi == "2")?"checked":""}} >
@foreach($jenis_pembayaran as $jenis_pembayaran) @endforeach
Tunggakan
{{$jenis_pembayaran->jenis}}
@endsection