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