@extends('layouts.app') @section('title', 'Rack Location') @section('pages')
@include('layouts.partials.nav-menu')
@if (in_array('rack-location-create', $authRolePermissions)) @endif
@include('rack-locations.table')
@endsection