@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.locations') }} @parent @stop @section('header_right') @can('create', \App\Models\Location::class) {{ trans('general.create') }} @endcan @stop {{-- Page content --}} @section('content')
{{ trans('general.id') }} | {{ trans('admin/locations/table.name') }} | {{ trans('general.image') }} | {{ trans('admin/locations/table.parent') }} | {{ trans('admin/locations/table.assets_rtd') }} | {{ trans('admin/locations/table.assets_checkedout') }} | {{ trans('general.people') }} | {{ trans('general.currency') }} | {{ trans('admin/locations/table.address') }} | {{ trans('admin/locations/table.city') }} | {{ trans('admin/locations/table.state') }} | {{ trans('admin/locations/table.zip') }} | {{ trans('admin/locations/table.country') }} | {{ trans('admin/users/table.manager') }} | {{ trans('table.actions') }} |
---|