@extends('layout.main') @section('content')

{{__('Filter Employee')}}

@csrf

{{__('Employee Info')}}

{{trans('file.Username')}} {{trans('file.Name')}} {{trans('file.Company')}} {{trans('file.Email')}} {{trans('file.Department')}} {{trans('file.Designation')}} {{trans('file.Status')}}
@endsection @push('scripts') @endpush