@extends("la.layouts.app")
@section("contentheader_title", "NON VERIFIED DATA")
@section("contentheader_description", "NON VERIFIED DATA")
@section("section", "DMS datas")
@section("sub_section", "Listing")
@section("htmlheader_title", "DMS datas Listing")
@section("headerElems")
@la_access("DMS_datas", "create")
Download Sample
{!! Form::open(['action' => 'LA\DMS_datasController@dms_delete_all', 'style'=>'display:inline;']) !!}
{!! Form::close(); !!}
@endla_access
@endsection