@extends('layouts/default') @section('styles') @stop @section('content')
@include('notifications')
{{--

Leads

--}}

Summary

{{number_format($leadsCount)}}
%
{{-- --}} {{-- @if($isAdmin) --}} {{-- @endif --}} {{-- --}} @foreach($todayLeads as $item) {{-- --}} {{-- @if($isAdmin) --}} {{-- @endif --}} @endforeach
# Created atFirst Name Last Name EmailCodePhone Number Country Language FTD FTD Date Status
1 1{{ date('d/m/Y H:i:s', strtotime($item->created_at))}} {{ $item->first_name}} {{ $item->last_name}} {{ $item->email}} {{$item->phone_prefix}}{{$item->phone}} {{ $item->country_name}} {{ $item->language }} @if(!is_null($item->first_deposit_date)) YES @else NO @endif @if(!is_null($item->first_deposit_date)) {{ date('d/m/Y H:i:s', strtotime($item->first_deposit_date))}} @endif {{ $item->client_status}}
    @if($total_pages > 0) @for($page = 1; $page <= $total_pages; $page++)
  • {{$page}}
  • @endfor @endif
@stop @section('scripts') @parent {{ Html::script('assets/modules/dashboard/dashboard.js') }} @stop