@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ $company->name }}
@parent
@stop
{{-- Page content --}}
@section('content')
{{ trans('general.id') }} |
{{ trans('admin/hardware/form.name') }} |
{{ trans('general.image') }} |
{{ trans('admin/hardware/form.model') }} |
{{ trans('admin/hardware/form.tag') }} |
{{ trans('admin/hardware/form.serial') }} |
Checkin/Checkout |
{{ trans('general.action') }} |
{{ trans('general.name') }} |
{{ trans('admin/hardware/form.serial') }} |
{{ trans('general.action') }} |
{{ trans('general.name') }} |
{{ trans('general.date') }} |
@stop
@section('moar_scripts')
@include ('partials.bootstrap-table', ['exportFile' => 'companies-export', 'search' => true])
@stop