@extends('layouts.app')
@section('title', __( 'location_tag.location_tags' ))
@section('content')
@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