@extends('layout.main') @section('content') {{__('Filter Employee')}} @csrf {{trans('file.Company')}} {{trans('file.All')}} @foreach($companies as $company) {{$company->company_name}} @endforeach {{trans('file.Department')}} {{trans('file.All')}} {{trans('file.Designation')}} {{trans('file.All')}} {{trans('file.Search')}} {{__('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