@extends('templates.master') @section('breadcrumb')

@php $title = "Registrasi Pembiayaan" @endphp {{ $title }}

@endsection @section('content')

Tambah {{ $title }}

@csrf
@endsection