@extends('layouts.app') @section('content') @if(Auth::check() && !empty(Auth::user()->user_type) && in_array(Auth::user()->user_type, ['VENDOR', 'CUSTOMER'])) @else
@if($can_see_stickers) @endif

Calendar

{{$title_lead_table}}

@foreach ($leads as $lead) @endforeach
Contact Location Phone Email Lead Source
{{optional($lead->contact)->name()}} {{($lead->contact)?$lead->contact->_address():$lead->_address()}} {{\App\AppHelper::phone_number_format(optional($lead->contact)->Phone1 ?? optional($lead->contact)->Phone2)}} {{optional($lead->contact)->Email}} {{($lead->sourceType)? $lead->sourceType->Name : ''}}
{!! optional(\App\ProEdgeModel\Announcement::getLast())->Content !!}

Weather Forecast

{{--
--}} {{--
--}} {{--

--}} {{--Chat App--}} {{--

--}} {{----}} {{----}} {{----}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@endif @endsection