@extends('finance/layouts/default') @section('title') Estimations @parent @stop {{-- Page content --}} @section('content')

Estimations

@include('flash::message')

Estimations List


@include('finance.estimations.table')
@stop