@extends('layouts.app')
@push('styles')
@endpush
@section('filter-section')
@lang('app.employee')
@lang('app.year')
@lang('app.clearFilters')
@endsection
@section('content')
@if ($hasCreateAccess)
{{ __('app.add') }} {{ __('performance::app.meeting') }}
@endif
@endsection
@push('scripts')
@endpush