@extends('layouts/default') @section('title0') @if ((Request::get('company_id')) && ($company)) {{ $company->name }} @endif {{ trans('general.audit_due') }} @stop {{-- Page title --}} @section('title') @yield('title0') @parent @stop {{-- Page content --}} @section('content')
@include('partials.asset-bulk-actions')
{{ Form::close() }}
@stop @section('moar_scripts') @include('partials.bootstrap-table') @stop