@extends('crm.layouts.app') @section('styles') @endsection @section('content')
@include('crm.customer.common.contact_inner_sidebar')

{{__('Manage Estimates')}}

@php $relation = 'customer'; @endphp {{__('New Estimate')}}
{{-- @foreach (@$estimates as $estimate) @endforeach --}}
is_invoiced == 'yes') class="bg-success" data-toggle="tooltip" data-target="top" title="Invoiced" @endif >{{@$estimate->id}} {{@$estimate->estimate_title}} --}} {{-- View estimate Modal Starts --}} {{-- --}} {{-- View estimate Modal Ends --}} {{-- {{@$estimate->due_date}} {{@$estimate->relation}} {{@$estimate->contact->username}} | {{@$estimate->contact->email}} {{@$estimate->estimate_date}} {{json_decode(@$estimate->status)->name}} {{@$estimate->currency->symbol}} {{@$estimate->total_amount}} {{@$estimate->user->name}} @can('update-contact', User::class) @endcan @can('delete-contact', User::class)
@method('DELETE') @csrf
@endcan
{{-- ANCHOR MODAL VIEW estimate --}} {{-- MODAL VIEW estimate ENDS --}} {{-- SECTION Add Currency modal Starts Here --}} {{-- !SECTION ADD Currency modal ends here --}} @endsection @section('scripts') @include('crm.customer.estimate_js') @endsection