@extends('layouts.master') @section('title', 'All Leads | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.all leads')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content'){{ __('basic.total leads') }}
{{ __('basic.total conversion to clients') }}
{{ __('basic.conversion rate to clients') }}
{{ __('basic.action with leads') }}
{{ __('basic.no action with leads') }}
{{ __('basic.not interested') }}
{{ __('basic.contacted') }}
{{ __('basic.interested') }}
| {{ __('basic.client') }} | {{ __('basic.phone') }} | {{ __('basic.project') }} | {{ __('basic.campaign') }} | {{ __('basic.assigned to') }} | {{ __('basic.branch') }} | {{ __('basic.last action') }} | {{ __('basic.last comment') }} | {{ __('basic.created') }} | {{ __('basic.handle') }} | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ $item->full_name }} | {{ $item->phone_number }} | {{--{{ $msg }} | --}}@if($item->project) {{ $item->project->name }} @endif | @if($item->campaign) {{ $item->campaign->name }} @endif | @if($item->responsible) {{ $item->responsible->full_name}} @endif | @if($item->branch) {{ $item->branch->name }} @else {{ __('basic.not selected') }} @endif |
@if($item->last_leads_action)
{{
$item->last_leads_action->name
}}
@if($item->last_leads_sub_action)
| {{ $item->last_leads_sub_action->name }}
@endif
@else
{{ __('basic.no action') }}
@endif
|
{{ $item->last_crm_comment }} |
@if($item->creator)
- {{ $item->creator->full_name }} - {{ date('d M Y', strtotime($item->created_at)) }} @else {{ __('basic.not selected') }} @endif |