@extends('app-new') @push('head-script') @endpush @push('content-header') @endpush @section('content')
{{trans('common/common.filter')}}
@if(Auth::user()->is_contractor==0) @endif @if(Auth::user()->is_contractor==0) @else @endif
@foreach($empArray as $value) @endforeach
@endsection @push('footer-script') @endpush