diff --git a/resources/views/accessories/index.blade.php b/resources/views/accessories/index.blade.php index 52e970e9f3..3b82bfdb63 100755 --- a/resources/views/accessories/index.blade.php +++ b/resources/views/accessories/index.blade.php @@ -8,7 +8,7 @@ @section('header_right') @can('create', \App\Models\Accessory::class) - {{ trans('general.create') }} + {{ trans('general.create') }} @endcan @stop diff --git a/resources/views/components/index.blade.php b/resources/views/components/index.blade.php index e92d49a017..0442b5de06 100644 --- a/resources/views/components/index.blade.php +++ b/resources/views/components/index.blade.php @@ -8,7 +8,7 @@ @section('header_right') @can('create', \App\Models\Component::class) - {{ trans('general.create') }} + {{ trans('general.create') }} @endcan @stop diff --git a/resources/views/consumables/index.blade.php b/resources/views/consumables/index.blade.php index 5bf82ccb9d..b654aa884d 100644 --- a/resources/views/consumables/index.blade.php +++ b/resources/views/consumables/index.blade.php @@ -8,7 +8,7 @@ @section('header_right') @can('create', \App\Models\Consumable::class) - {{ trans('general.create') }} + {{ trans('general.create') }} @endcan @stop diff --git a/resources/views/hardware/index.blade.php b/resources/views/hardware/index.blade.php index 6c4cb69361..ef095c1cef 100755 --- a/resources/views/hardware/index.blade.php +++ b/resources/views/hardware/index.blade.php @@ -45,7 +45,7 @@ {{ trans('admin/hardware/general.custom_export') }} @can('create', \App\Models\Asset::class) - {{ trans('general.create') }} + {{ trans('general.create') }} @endcan @stop diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index ac29b3bb69..bd9b8d9d64 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -131,7 +131,7 @@