@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')
{{ Form::open([ 'method' => 'POST', 'route' => ['hardware/bulkedit'], 'class' => 'form-inline', 'id' => 'bulkForm']) }}
{{ Form::close() }}
@stop @section('moar_scripts') @include('partials.bootstrap-table') @stop