@extends('layouts/default') {{-- Page title --}} @section('title') {{ $location->name }} {{ trans('general.location') }} @parent @stop @section('header_right') {{ trans('admin/locations/table.update') }} @stop {{-- Page content --}} @section('content')
{{ trans('general.user') }}
{{ trans('general.name') }} {{ trans('admin/hardware/form.model') }} {{ trans('admin/hardware/form.tag') }} {{ trans('admin/hardware/form.serial') }}
> @section('moar_scripts') @stop @stop