@extends('layouts.app') @section('title') Create Pembayaran Guru @endsection @section('content')

New Pembayaran Guru

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