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

{{ $subtitle }}

@stop @section('content')
@livewire('employee-create-steps')
@stop @section('footer')   @stop @endcan