@extends('admin.layout.master') @section('style') @stop @section('body')

Interview Results

@foreach($videotestres as $applicant) @endforeach

select/all

Name Email Date Details
{{ $applicant->f_name }} {{ $applicant->l_name }} {{ $applicant->email }} {{ $applicant->created_at }} View
@endsection @section('script') @endsection