@extends('Layouts.erp_master') @section('content') @php use App\Services\CommonService as Common; @endphp
@csrf {{-- Section --}}

{{$module->module_name}} (MODULE)

@include('elements.button.common_button', ['back' => true, 'submit' => [ 'action' => 'update', 'title' => 'update', 'id' => 'nextTab', 'exClass' => 'float-right' ]])
@endsection