@extends('layouts/default') {{-- Page title --}} @section('title') {{ trans_choice('general.checkin_due_days', $settings->due_checkin_days, ['days' => $settings->due_checkin_days]) }} @stop {{-- Page content --}} @section('content') {{-- Page content --}}
@stop @section('moar_scripts') @include('partials.bootstrap-table') @stop