@extends('layouts.master-vnext') @section('page-title') Create pagibig loan @endsection @section('content') @include('common.errors') {{ Form::open(array('url' => action('Wages\PagibigLoanController@store'))) }} @include('wages.pagibig-loan.form') {{ Form::customSubmit('Create new pagibig loan') }} {{ Form::close() }} @endsection