@extends('layouts.app') @section('title') Create Laporan Pendapatan @endsection @section('content')

New Laporan Pendapatan

@include('stisla-templates::common.errors')
{!! Form::open(['route' => 'laporanPendapatans.store']) !!}
@include('laporan_pendapatans.fields')
{!! Form::close() !!}
@endsection