@include('layout/backend/_header') @include('layout/backend/_navbar')
@include('layout/backend/_sidebar')
@if ( isset($_GET['s_t']) ) @endif
@if(Session::has('success'))
× {!! session('success') !!}
@endif
{{ csrf_field() }} @php $ctr = 0 @endphp @if( isset($interviews) && count($interviews) > 0 ) @foreach($interviews as $k => $v) @endforeach @endif
S.no. Name Of Interviewee Name Of Interviewers Month Year Actions
{{ ++$ctr }} {{ $v['name_of_interviewee'] }} {{ $v['name_of_interviewers'] }} {{ $v['interviewee_month'] }} {{ $v['interviewee_year'] }} @if ( ($currentUserRole == 'admin') )  |  @endif @if ( ($currentUserRole == 'admin')) @if( $v['status']==0 )  |  @else  |  @endif @endif
@if( count($interviews)==0 )
No records found
@endif
@if(count($interviews) > 0) {{ $interviews->links() }} @endif
@include('layout/backend/_footer')