@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') }} |
>
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table', ['exportFile' => 'locations-export', 'search' => true])
@stop