@extends('layouts.member-app') @section('page-title')

{{ $pageTitle }}

@endsection @push('head-script') @endpush @section('content')
@if($user->can('add_estimates')) @lang('modules.estimates.createEstimate') @endif @if($user->can('view_estimates')) @lang('app.filterResults') @endif
@if($user->can('view_estimates')) @endif
@lang('app.id') @lang('app.estimate') # @lang('app.client') @lang('modules.invoices.total') @lang('modules.estimates.validTill') @lang('app.status') @lang('app.action')
@endsection @push('footer-script') @if($global->locale == 'en') @elseif($global->locale == 'pt-br') @else @endif