@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans('general.locations') }} @parent @stop @section('header_right') {{ trans('general.create') }} @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') }}
@stop @section('moar_scripts') @include ('partials.bootstrap-table', ['exportFile' => 'locations-export', 'search' => true]) @stop