@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('admin/locations/table.parent') }} | {{ trans('admin/locations/table.assets_rtd') }} | {{ trans('admin/locations/table.assets_checkedout') }} | {{ App\Models\Setting::first()->default_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') }} |
---|