From a0721412fa77f153ca01b6c8d739feacad66328c Mon Sep 17 00:00:00 2001 From: ajsy <35658596+ajsy@users.noreply.github.com> Date: Fri, 19 Apr 2019 15:50:05 +0300 Subject: [PATCH] Delete print.blade.php --- resources/views/users/print.blade.php | 216 -------------------------- 1 file changed, 216 deletions(-) delete mode 100644 resources/views/users/print.blade.php diff --git a/resources/views/users/print.blade.php b/resources/views/users/print.blade.php deleted file mode 100644 index 76b7dab57f..0000000000 --- a/resources/views/users/print.blade.php +++ /dev/null @@ -1,216 +0,0 @@ - - - - - Assigned to {{ $show_user->present()->fullName() }} - - - - -@if ($snipeSettings->logo_print_assets=='1') - @if ($snipeSettings->brand == '3') - -

- @if ($snipeSettings->logo!='') - - @endif - {{ $snipeSettings->site_name }} -

- @elseif ($snipeSettings->brand == '2') - @if ($snipeSettings->logo!='') - - @endif - @else -

{{ $snipeSettings->site_name }}

- @endif -@endif - -

Assigned to {{ $show_user->present()->fullName() }}

- -@if ($assets->count() > 0) - @php - $counter = 1; - @endphp - - - - - - - - - - - - - - - - - - - @foreach ($assets as $asset) - - - - - - - - - - - @php - $counter++ - @endphp - @endforeach -
{{ trans('general.assets') }}
Asset TagNameCategoryModelSerialChecked Out
{{ $counter }}{{ $asset->asset_tag }}{{ $asset->name }}{{ $asset->model->category->name }}{{ $asset->model->name }}{{ $asset->serial }} - {{ $asset->last_checkout }}
-@endif - -@if ($licenses->count() > 0) -

- - - - - - - - - - - - - - - @php - $lcounter = 1; - @endphp - - @foreach ($licenses as $license) - - - - - - - - @php - $lcounter++ - @endphp - @endforeach -
{{ trans('general.licenses') }}
NameSerial/Product KeyChecked Out
{{ $lcounter }}{{ $license->name }}{{ preg_replace ('/[a-zA-Z\d-]/', 'x', $license->serial, strlen($license->serial) -5) }}{{ $license->assetlog->first()->created_at }}
-@endif - - -@if ($accessories->count() > 0) -

- - - - - - - - - - - - - - - @php - $acounter = 1; - @endphp - - @foreach ($accessories as $accessory) - - - - - - - - @php - $acounter++ - @endphp - @endforeach -
{{ trans('general.accessories') }}
NameCategoryChecked Out
{{ $acounter }}{{ ($accessory->manufacturer) ? $accessory->manufacturer->name : '' }} {{ $accessory->name }} {{ $accessory->model_number }}{{ $accessory->category->name }}{{ $accessory->assetlog->first()->created_at }}
-@endif - -@if ($consumables->count() > 0) -

- - - - - - - - - - - - - - - @php - $ccounter = 1; - @endphp - - @foreach ($consumables as $consumable) - - - - - - - - @php - $ccounter++ - @endphp - @endforeach -
{{ trans('general.consumables') }}
NameCategoryChecked Out
{{ $ccounter }}{{ ($consumable->manufacturer) ? $consumable->manufacturer->name : '' }} {{ $consumable->name }} {{ $consumable->model_number }}{{ $consumable->category->name }}{{ $consumable->assetlog->first()->created_at }}
-@endif - -
-
-
- - - - - - - - -
Signed Off By:________________________________________________________Date:________________________________________________________
- - - -