@extends('app') @section('content')

{{ ucfirst(trans('hilbit.month_end.header')) }}

@include('flash::message') @include('partials.alert')
{!! Form::open(['action' => ['MonthEndController@process'], 'id' => 'fm-month-end', 'class' => 'form-horizontal', 'role' => 'form']) !!}
Month end date:
{!! Form::close() !!}

Client Agreement Description
@stop @section('scripts') @stop