@extends('marketing.main') @push('marketing_title') Non Paid Fresh Data | POLI - Marketing Panel @endpush @push('page-custom-css') @endpush @section('MarketingPanel')

{{ Str::of(explode(' ',Auth::guard('marketing')->user()->name)[0])->limit(12,'..') }}

{{ date('D,d M') }}

{{-- dd( Auth::guard('marketing') ) --}}
@forelse($response as $count => $fetch) @empty @endforelse
ID Name Type Reg. Date Action
{{ $fetch->partner_id }} {{ Str::of($fetch->name)->limit(20) }} {{ $fetch->occupation }} {{ date('d/m/y h:i A',strtotime($fetch->insert_date)) }}
No Data Found
@endsection @push('marketing-page-js') @endpush