@extends('finance/layouts/default') @section('title') Service @parent @stop @section('content') @include('common.errors')

Service

Create New Service


{!! Form::open(['route' => 'finance.services.store']) !!} @include('finance.services.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop