@extends('adminlte::page') @section('title', $title) @section('content_header')

{{@$title}}

@stop @section('content') @include('admin.includes.notification')
@if(@$sm!='') @endif @if(@$rbm!='') @endif
@if(@$name!='') Clear @endif
@if(count(@$result)==0) @else @foreach(@$result as $row) @endforeach @endif
Id Employee Name Position Code Employee Code Designation Position Action
No record found.
{{++$j}} {{$row->name}} {{$row->pos_code}} {{$row->emp_code}} {{$row->designation}} {{$row->position_name}}
{{ $result->links() }}
@stop @section('css') @stop