@canany(['hr_manager_hq', 'sickness']) @extends('adminlte::page') @section('title', $title) @section('content_header')

{{ $subtitle }}

@stop @section('content') @if (session('existFile')) @endif
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Asterisk (*) is required fields

Edit sickness details
@livewire('document-upload', ['sid' => $sickness->id, 'getSection' => 'Sickness', 'empId' => $sickness->employee_id, 'empName' => $user->name], key('document-upload-' . $sickness->id))
@stop @section('footer')   @stop @endcan