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

{{ $subtitle }}

@stop @section('content')
@if (session('success')) @endif
@foreach ($locations as $location) @if (!empty($location->id)) @endif @endforeach
# Locations Country Code Actions
{{ $location->id }} {{ $location->locationname }} {{ $location->countrycode }} {{ $location->countrycode }}
@stop @section('footer')   @stop @endcan