@extends('crm.layouts.app') @section('styles') @endsection @section('content')

{{__('Manage Estimates')}}

{{__('New Estimate')}}
@endsection @section('scripts') @include('crm.estimate.index_js') @endsection