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

{{ $subtitle }}

@stop @section('content')
@csrf @method('PUT')
@foreach ($employee as $emp) @endforeach
@stop @section('footer')   @stop @else @endcan