@extends("backend.reception-template") @section("content")
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}} |
Date | ID | Name | Phone | Source | Country |
---|---|---|---|---|---|
{{mydate($Lead->created_at)}} | {{$Lead->registration_id}} | {{$Lead->name}} | {{$Lead->mobile}} | {{$Lead->Source->title}} | {{$Lead->Country->title}} |