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

{{__('Manage Estimates')}}

@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 Ends --}} {{@$estimate->due_date}} {{@$estimate->estimate_date}} {{@$estimate->status}} {{@$estimate->currency->symbol}} {{@$estimate->total_amount}} {{@$estimate->user->name}}
{{-- ANCHOR MODAL VIEW estimate --}} {{-- MODAL VIEW estimate ENDS --}} {{-- SECTION Add Currency modal Starts Here --}} {{-- !SECTION ADD Currency modal ends here --}} @endsection @section('scripts') @include('client.estimate.index_js') @endsection