芝麻web文件管理V1.00
编辑当前文件:/home/sditechnicalteam/public_html/resources/views/event-calendar/index.blade.php
@extends('layouts.app') @push('styles')
@endpush @section('filter-section')
@if (!in_array('client', user_roles()))
@lang('app.employee')
@if ($employees->count() > 1)
@lang('app.all')
@endif @foreach ($employees as $employee)
@endforeach
@endif
@lang('app.client')
@if (!in_array('client', user_roles()))
@lang('app.all')
@endif @foreach ($clients as $client)
@endforeach
@lang('app.clearFilters')
@endsection @php $addEventsPermission = user()->permission('add_events'); @endphp @section('content')
@if ($addEventsPermission == 'all' || $addEventsPermission == 'added')
@lang('modules.events.addEvent')
@endif
@endsection @push('scripts') @endpush