@extends('layouts.app') @section('title', __( 'location_tag.location_tags' )) @section('content')

@lang( 'location_tag.location_tags' ) @lang( 'location_tag.manage_your_location_tags' )

@component('components.widget', ['class' => 'box-primary', 'title' => __( 'location_tag.all_your_location_tags' )]) @can('location_tag.create') @slot('tool')
@endslot @endcan @can('location_tag.view')
@lang( '#' ) @lang( 'location_tag.name' ) @lang( 'messages.action' )
@endcan @endcomponent
@endsection