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

Edit Laporan Pendapatan

@include('stisla-templates::common.errors')
{!! Form::model($laporanPendapatan, ['route' => ['laporanPendapatans.update', $laporanPendapatan->id], 'method' => 'patch']) !!}
@include('laporan_pendapatans.fields')
{!! Form::close() !!}
@endsection