@extends('layouts.master') @section('content')
My Jobs

FOLLOW-UPS / REMINDERS

{{--

--}} {{--
--}}
@forelse ($my_follow_ups as $key => $m_follow) @empty @endforelse
S.No Inquiry Customer Inquiry Type Follow-up Type Follow-up Date & Time Remarks Status Action
{{ ++$key }} {{ $m_follow->inquiry_id }} {{ get_customer($m_follow->inquiry_id)->customer_name }} {{ get_inquiry($m_follow->inquiry_id)->type_name }} {{ get_follow_up_type($m_follow->followup_type) }} {{ $m_follow->followup_date }} {{ $m_follow->remarks }} {{ $m_follow->followup_status }} View
S.No Inquiry Customer Inquiry Type Follow-up Type Follow-up Date & Time Remarks Status Action
@forelse ($my_team_follow_ups as $key => $m_follow) @empty @endforelse
S.No Inquiry Customer Inquiry Type Follow-up Type Follow-up Date & Time User (Assigned to) Remarks Status Action
{{ ++$key }} {{ $m_follow->inquiry_id }} {{ get_customer($m_follow->inquiry_id)->customer_name }} {{ get_inquiry($m_follow->inquiry_id)->type_name }} {{ get_follow_up_type($m_follow->followup_type) }} {{ $m_follow->followup_date }} {{ get_user_name($m_follow->user_id) }} {{ $m_follow->remarks }} {{ $m_follow->followup_status }} View
S.No Inquiry Customer Inquiry Type Follow-up Type Follow-up Date & Time User (Assigned to) Remarks Status Action
@forelse ($all_follow_ups as $key => $m_follow) @empty @endforelse
S.No Inquiry Customer Inquiry Type Follow-up Type Follow-up Date & Time User (Assigned to) Remarks Status Action
{{ ++$key }} {{ $m_follow->inquiry_id }} {{ get_customer($m_follow->inquiry_id)->customer_name }} {{ get_inquiry($m_follow->inquiry_id)->type_name }} {{ get_follow_up_type($m_follow->followup_type) }} {{ $m_follow->followup_date }} {{ get_user_name($m_follow->user_id) }} {{ $m_follow->remarks }} {{ $m_follow->followup_status }} View
S.No Inquiry Customer Inquiry Type Follow-up Type Follow-up Date & Time User (Assigned to) Remarks Status Action
{{--
--}} {{-- All Quotes Start Modal --}} @include('quotations.modals.modals') {{-- All Quotes End Modal --}} @endsection @push('scripts') @endpush