diff --git a/resources/views/locations/print.blade.php b/resources/views/locations/print.blade.php new file mode 100644 index 000000000..d904d7708 --- /dev/null +++ b/resources/views/locations/print.blade.php @@ -0,0 +1,183 @@ + + +
+ +{{ trans('general.users') }} | +|||||
---|---|---|---|---|---|
+ | Company | +User Name | +Employee No. | +Department | +Location | +
{{ $counter }} | +{{ $user->company->name }} | +{{ $user->first_name }} {{ $user->last_name }} | +{{ $user->employee_num }} | +{{ $user->department->name }} | +{{ $user->location->name }} | +
{{ trans('general.assets') }} | +||||||||
---|---|---|---|---|---|---|---|---|
+ | Asset Tag | +Name | +Category | +Manufacturer | +Model | +Serial | +Location | +Checked Out | +
{{ $counter }} | +{{ $asset->asset_tag }} | +{{ $asset->name }} | +{{ $asset->model->category->name }} | +{{ $asset->model->manufacturer->name }} | +{{ $asset->model->name }} {{ $asset->model->model_number }} | +{{ $asset->serial }} | +{{ $asset->location->name }} | +{{ $asset->last_checkout }} | +
Signed By (Asset Auditor): | +___________________________ | ++ | Date: | +____________________ | +
Signed By (Finance Asset Auditor): | +____________________ | ++ | Date: | +____________________ | +
Signed By (Location Manager): | +_______________________ | ++ | Date: | +____________________ | +