@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.locations') }} @parent @stop @section('content') {{-- Convert hand-rolled to the shared x-table.locations component so sticky-column CSS (snipe-table--sticky-right-1) is wired the same way as every other list page. Preserves the company_id / status query-string filtering the index has always supported. --}} @stop @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'locations-export', 'search' => true]) @stop