@extends('layouts.main') @section('breadcrumb')

Critical Asset Database

@endsection @section('content') @include('flash::message')

Filters: Chose the Type

{!! Form::open(['route' => ['cad-asset-index'], 'method' => 'get']) !!} @include('CAD.asset.filters_in') {!! Form::close() !!}
@if(\App\Models\GmpRoles::canSeeLink(\App\Models\GmpRoles::CAD)) @php $exportFilter = []; if (($assetType = request('type')) !== null) { $exportFilter['type'] = $assetType; } @endphp
Add Asset @if(Request::input('type')<2) @endif
{{-- bulk actions modals --}}
{{-- EOF bulk actions modals --}} @endif @include('CAD.asset.table') @endsection @section('scripts') @endsection