@extends('dashboard.layouts.master') @section('judul') {{$title}} @endsection @section('content') @section('main_sidebar') @include('dashboard.layouts.include_sidebar.sid_konf_tambah_pembayaran') @endsection

{{$title}}

Buat Baru

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@endsection @section('scripts') @endsection