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

Estimation

Create New Estimation


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