@extends('layouts/default')
{{-- Page title --}}
@section('title')
{{ $company->name }}
@parent
@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('table.actions') }} |
{{ 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