@extends("la.layouts.app") @section("contentheader_title", "Alloted Contact") @section("contentheader_description", "Alloted Contact") @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