@extends('backend.admin-master') @section('site-title') {{__('Dashboard')}} @endsection @section('content') {{-- @if(session()->has('message'))
{{ session()->get('delete') }}
@endif --}}

Insurance / Life Insurance Enquiry list

@if (session('success'))
{{ session('success') }}
@endif
Total Life Insurance Enquiry Details
{{-- --}} @forelse($_details_pms as $_details) {{-- for show manager name --}} @php $parent = DB::table('users')->where(['id' => $_details->parentid])->get(['name','last_name']); $manager = json_decode(json_encode($parent),true); @endphp @if ($manager) @else @endif {{-- --}} @empty @endforelse
Date Product Title Customer Name DP Buddy/DP Sarthi Email Id messagePosted By Status Actions
{{ \Carbon\Carbon::parse($_details->created_at)->isoFormat('DD MMM YYYY')}} {{$_details->productname}} {{$_details->name}}{{$manager[0]['name']}} {{$manager[0]['last_name']}}-{{$_details->usermanagername}}{{$_details->emailid}} Un Seen @if($_details->enquirystatus=="completed1") - @else @endif

No Records Found !

{{ $_details_pms->links("pagination::bootstrap-4") }}
@endsection