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

Estimations

@include('flash::message')

Estimations List


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