@extends("la.layouts.app") @section("contentheader_title", "kISSAN SEWA") @section("contentheader_description", "KISSAN SEWA") @section("section", "DMS datas") @section("sub_section", "Listing") @section("htmlheader_title", "DMS datas Listing") @section("headerElems") {{-- {{ $rms = DB::table('roles')->select('id','display_name')->whereNull('deleted_at')->get() }} --}} {{-- {{ $user = DB::table('users')->whereNull('deleted_at')->get() }} --}} {{-- {{ $mycity = DB::table('cities')->whereNull('deleted_at')->get() }} --}} {{-- {{ $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")
@if (count($errors) > 0)
@endif {{-- --}} {{-- {{ Form::open(array('url' => config('laraadmin.adminRoute') . 'exportDmsdata')) }} --}} {{-- --}} {{-- {!! Form::submit( 'Export All', ['class'=>'btn btn-warning']) !!} --}} {{-- {!! Form::close() !!} --}} {{--
--}} @if($Request = Session::get('success')) @endif
{{ csrf_field() }}
{!! Form::open(['action' => 'LA\DMS_datasController@dms_data_filter']) !!}