@extends("backend.template") @section("content")
Date | ID | Name | Phone | Qualification | Form |
---|---|---|---|---|---|
{{mydate($Lead->created_at)}} | {{$Lead->registration_id}} | {{$Lead->name}} | {{$Lead->mobile}} | {{$Lead->highest_qualification}} | {{label("Print Form")}} |
Date | ID | Name | Phone | Source | Country |
---|---|---|---|---|---|
{{mydate($Lead->created_at)}} | {{$Lead->registration_id}} | {{$Lead->name}} | {{$Lead->mobile}} | {{$Lead->Source->title}} | {{$Lead->Country->title}} |