@extends("la.layouts.app") @section("contentheader_title", "FDE WORLD") @section("contentheader_description", "FDE WORLD") @section("section", "DMS datas") @section("sub_section", "Listing") @section("htmlheader_title", "DMS datas Listing") @section("headerElems") {{ $mystate = DB::table('states')->whereNull('deleted_at')->get() }} @la_access("DMS_datas", "create") Download Sample {!! Form::open(['action' => 'LA\DMS_datasController@dms_delete_all', 'style'=>'display:inline;']) !!} {!! Form::close(); !!} {{-- --}} {{-- --}} {{-- --}} {{-- --}} @endla_access @endsection @section("main-content")
{{ Form::open(array('url' => config('laraadmin.adminRoute') . 'exportDmsdata')) }} {!! Form::submit( 'Export All', ['class'=>'btn btn-warning']) !!} {!! Form::close() !!} @if (count($errors) > 0)
@endif @if($Request = Session::get('success')) @endif
{{ csrf_field() }}
{!! Form::open(['action' => 'LA\DMS_datasController@dms_data_filter']) !!}