@include('admin.Backend.Layout.common-head')
@include('admin.Backend.Layout.header') @include('admin.Backend.Layout.sidebar')

Manage Leads

@php $pi = ($contact->currentPage() - 1) * $contact->perPage() + 1; @endphp @foreach($contact as $data) @php $pi++; @endphp @endforeach
S.no Lead For Name Email Phone Action
{{ $pi}} {{ $data['lead_for']}} {{ $data['name']}} {{ $data['email']}} {{ $data['phone']}} VIEW
@include('admin.Backend.Layout.footer')
@include('admin.Backend.Layout.common-end')