@extends("backend.reception-template") @section("content")

Welcome to {{env("APP_NAME")}}

Total Leads

Countries

Total Campaigns

Recent Leads

Date ID Name Phone Qualification Interested Country
{{mydate($Lead->created_at)}} {{$Lead->registration_id}} {{$Lead->name}} {{$Lead->mobile}} {{$Lead->highest_qualification}} {{$Lead->intrested_for_country}}

Today's Followup

Date ID Name Phone Source Country
{{mydate($Lead->created_at)}} {{$Lead->registration_id}} {{$Lead->name}} {{$Lead->mobile}} {{$Lead->Source->title}} {{$Lead->Country->title}}
@endsection @push("js") @endpush