@extends('layout.admin.master') @section('lib-css') @endsection @push('custom-css') @endpush @section('content')

Screening List - {{$screeningList->total()}}

@if($screeningList->count()>0) @foreach($screeningList as $screen) @endforeach @endif
Name Designation Country Nationality DOB Document Type Document Number
{{ $screen->name ?? '' }} {{ $screen->designation ?? '' }} {{ $screen->country ?? '' }} {{ $screen->nationality ?? '' }} {{ $screen->dob ?? '' }} {{ $screen->type_of_document ?? '' }} {{ $screen->document_number ?? '' }}
{{ $screeningList->links() }}
@include('screening.create') @include('screening.import') @endsection @section('lib-js') @endsection