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

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($companies as $company) @if (!empty($company->id)) @endif @endforeach
# Company Actions
{{ $company->id }} {{ $company->companyname }}
@stop @section('footer')   @stop @endcan