@extends('layouts.customer_portal', ['page' => 'estimates']) @section('title', __('messages.estimate_details')) @section('page_header')

{{ __('messages.estimates') }}

@endsection @section('content') @include('customer_portal.estimates._filters')
@include('customer_portal.estimates._table')
@endsection