@extends('intranet.layouts.app') @section('content-header')

CAD Settings

@endsection @section('content')

Add New

@include('flash::message')

Filters

{!! 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