diff --git a/resources/views/hardware/checkin-due.blade.php b/resources/views/hardware/checkin-due.blade.php new file mode 100644 index 000000000..f8c9fdd96 --- /dev/null +++ b/resources/views/hardware/checkin-due.blade.php @@ -0,0 +1,142 @@ +@extends('layouts/default') + +@section('title0') + + @if ((Request::get('company_id')) && ($company)) + {{ $company->name }} + @endif + + {{ trans_choice('general.checkin_due_days', $settings->audit_warning_days, ['days' => $settings->audit_warning_days]) }} + +@stop + +{{-- Page title --}} +@section('title') + @yield('title0') @parent +@stop + + +{{-- Page content --}} +@section('content') + {{-- Page content --}} +
+
+ + + + +
+
+ +@stop + +@section('moar_scripts') + @include('partials.bootstrap-table') +@stop