From 86fb089901c0d7063b8cdb70526559eb5a92f1f1 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 15 Sep 2025 18:13:32 +0100 Subject: [PATCH] Remove unused blades --- .../accept/accept-accessory-eula.blade.php | 48 ------------------ .../accept/accept-asset-eula.blade.php | 50 ------------------- .../accept/accept-component-eula.blade.php | 47 ----------------- .../accept/accept-consumable-eula.blade.php | 47 ----------------- .../accept/accept-license-eula.blade.php | 47 ----------------- 5 files changed, 239 deletions(-) delete mode 100644 resources/views/account/accept/accept-accessory-eula.blade.php delete mode 100644 resources/views/account/accept/accept-asset-eula.blade.php delete mode 100644 resources/views/account/accept/accept-component-eula.blade.php delete mode 100644 resources/views/account/accept/accept-consumable-eula.blade.php delete mode 100644 resources/views/account/accept/accept-license-eula.blade.php diff --git a/resources/views/account/accept/accept-accessory-eula.blade.php b/resources/views/account/accept/accept-accessory-eula.blade.php deleted file mode 100644 index da8410ccd1..0000000000 --- a/resources/views/account/accept/accept-accessory-eula.blade.php +++ /dev/null @@ -1,48 +0,0 @@ - - - - - - - - - - -@if ($logo) -
- -

{{$company_name}}

-
-@endif -
- -

- {{ trans('general.date') }}: {{ date($date_settings) }}
- {{ trans('general.asset_model') }}: {{ $item_model }}
- {{ trans('general.quantity') }}: {{ $qty }} -

- -@if ($eula) -
- {!! $eula !!} -
-@endif - - -

- {{ trans('general.assigned_date') }}: {{$check_out_date}}
- {{ trans('general.assignee') }}: {{$assigned_to}}
- {{ trans('general.accepted_date') }}: {{$accepted_date}} -

- - -@if ($signature!='') - -@endif - - diff --git a/resources/views/account/accept/accept-asset-eula.blade.php b/resources/views/account/accept/accept-asset-eula.blade.php deleted file mode 100644 index 1a541f0701..0000000000 --- a/resources/views/account/accept/accept-asset-eula.blade.php +++ /dev/null @@ -1,50 +0,0 @@ - - - - - - - - - - -@if ($logo) -
- -

{{$company_name}}

-
-@endif -
- -

-{{ trans('general.date') }}: {{ date($date_settings) }}
-{{ trans('general.asset_tag') }}: {{ $item_tag }}
-{{ trans('general.asset_model') }}: {{ $item_model }}
-{{ trans('admin/hardware/form.serial') }}: {{ $item_serial }} -

- - -@if ($eula) -
- {!! $eula !!} -
-@endif - - -

- {{ trans('general.assigned_date') }}: {{$check_out_date}}
- {{ trans('general.assignee') }}: {{$assigned_to}}
- {{ trans('general.accepted_date') }}: {{$accepted_date}} -

- - -@if ($signature!='') - -@endif - - \ No newline at end of file diff --git a/resources/views/account/accept/accept-component-eula.blade.php b/resources/views/account/accept/accept-component-eula.blade.php deleted file mode 100644 index f18159b6c4..0000000000 --- a/resources/views/account/accept/accept-component-eula.blade.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - -@if ($logo) -
- -

{{$company_name}}

-
-@endif -
- -

- {{ trans('general.date') }}: {{ date($date_settings) }}
- {{ trans('general.component') }}: {{ $item_model }}
-

- -@if ($eula) -
- {!! $eula !!} -
-@endif - - -

- {{ trans('general.assigned_date') }}: {{$check_out_date}}
- {{ trans('general.assignee') }}: {{$assigned_to}}
- {{ trans('general.accepted_date') }}: {{$accepted_date}} -

- - -@if ($signature!='') - -@endif - - \ No newline at end of file diff --git a/resources/views/account/accept/accept-consumable-eula.blade.php b/resources/views/account/accept/accept-consumable-eula.blade.php deleted file mode 100644 index cb5fee4964..0000000000 --- a/resources/views/account/accept/accept-consumable-eula.blade.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - -@if ($logo) -
- -

{{$company_name}}

-
-@endif -
- -

- {{ trans('general.date') }}: {{ date($date_settings) }}
- {{ trans('general.consumable') }}: {{ $item_model }}
-

- -@if ($eula) -
- {!! $eula !!} -
-@endif - - -

- {{ trans('general.assigned_date') }}: {{$check_out_date}}
- {{ trans('general.assignee') }}: {{$assigned_to}}
- {{ trans('general.accepted_date') }}: {{$accepted_date}} -

- - -@if ($signature!='') - -@endif - - \ No newline at end of file diff --git a/resources/views/account/accept/accept-license-eula.blade.php b/resources/views/account/accept/accept-license-eula.blade.php deleted file mode 100644 index af82d6fd15..0000000000 --- a/resources/views/account/accept/accept-license-eula.blade.php +++ /dev/null @@ -1,47 +0,0 @@ - - - - - - - - - - -@if ($logo) -
- -

{{$company_name}}

-
-@endif -
- -

- {{ trans('general.date') }}: {{ date($date_settings) }}
- {{ trans('general.license') }}: {{ $item_model }}
-

- -@if ($eula) -
- {!! $eula !!} -
-@endif - - -

- {{ trans('general.assigned_date') }}: {{$check_out_date}}
- {{ trans('general.assignee') }}: {{$assigned_to}}
- {{ trans('general.accepted_date') }}: {{$accepted_date}} -

- - -@if ($signature!='') - -@endif - - \ No newline at end of file