@extends('layouts.default') @section('title'){!! trans('estimation.meta_title') !!}@stop @section('description'){!! trans('estimation.meta_desc') !!}@stop @section('canonical'){{ request()->url() }}@stop @section('styles') @stop @section('content')
{{trans('estimation.content')}}