@extends('layouts.app') @section('page-title', " - ". __("app.index.locations.title") ) @section('content') @livewire('location.index') @endsection