@extends('Layouts.erp_master') @section('content')
@csrf
@php $actionList = DB::table('gnl_dynamic_form_value') ->where([['is_active', 1], ['is_delete', 0], ['type_id', 2], ['form_id', 1]]) ->orderBy('order_by', 'ASC') ->pluck('name', 'value_field') ->toArray(); @endphp
@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'save', 'title' => 'Save', 'id' => 'validateButton2', 'exClass' => 'float-right' ]])
@endsection