@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/select2/select2.css") !!} {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.css") !!} @stop @section('mainarea')

{{$pageTitle}}

@if(Session::get('success'))
{!! Session::get('success') !!}
@endif
WFH ScreenShot Portal
@foreach($result as $each) @php $fullName = \App\Models\Employee::getdatabynameid($each['user_id']); @endphp @endforeach
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/select2/select2.min.js") !!} {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/media/js/jquery.dataTables.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.js") !!} @stop