Files
CKB/resources/views/transaction/postchecks/create.blade.php

6 lines
105 B
PHP

@extends('layouts.frontapp')
@section('content')
@include('transaction.postchecks._form')
@endsection