Leads
| Date | Name | Company | Phone | Product | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $lead->created_at }} | {{ $lead->name }} | {{ $lead->company_name }} | {{ $lead->phone }} | {{ $lead->email }} | {{ $lead->requested_product }} | {{ ucfirst($lead->status) }} | View {!! Form::open(['route' => ['frontpage-leads.destroy', $lead->id], 'method' => 'delete', 'style' => 'display:inline;']) !!} {!! Form::close() !!} |