@extends('layout.backend.containerlist') @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata')
Applicants
{{--*/ $count = $applicants->perPage() * ($applicants->currentPage()-1) /*--}} @forelse($applicants as $applicant) @empty @endforelse
S N Full Name Email Phone Number Ip Address Job Title Option
{{ ++$count }} {{ $applicant->full_name }} {{ $applicant->phone }} {{ $applicant->ip_address }} {{ $applicant->vacancy->heading }}  
No record found.
S N Full Name Email Phone Number Ip Address Job Title Option
{!! $applicants->render() !!}
@stop