@extends('intranet.layouts.app')
@section('content-header')
  
CAD Settings
  
      -  Home
 
      - CAD Settings
 
  
@endsection
@section('content')
    
        
        @include('flash::message')
        
        
            
            
                {!! Form::open(['route' => ['cad-setting.index'], 'method' => 'get','autocomplete'=>'off']) !!}
                    @include('intranet.CAD.asset-setting.filters')
                {!! Form::close() !!}
            
         
        
        
            
                    @include('intranet.CAD.asset-setting.table')
            
         
@endsection