@extends('setting.layouts.layout') @section('title',trans('system_code.title')) @section('script_css') @endsection @section('script_buttom') @endsection @section('buttons') @endsection @section('content') @inject('CommonPresenter','App\Presenter\CommonPresenter')
@include('components.validationErrorMessage') {!! csrf_field() !!}

{{ trans('system_code.title') }}

 {{ trans('system_code.create_system_code') }}

{{ trans('system_code.system_code_key') }}

{{ trans('system_code.system_code_value') }}



{{ trans('system_code.system_code_name') }}

{{ trans('system_code.system_code_description') }}

{{ trans('common.search_result') }}

{{ trans('system_code.system_code_key') }}

{{ trans('system_code.system_code_value') }}

{{ trans('system_code.system_code_name') }}

{{ trans('system_code.system_code_description') }}

{{ trans('common.action') }}

@foreach($dataList as $list)

{!! $CommonPresenter -> getShortenText($list -> system_code_key) !!}

{!! $CommonPresenter -> getShortenText($list -> system_code_value) !!}

{!! $CommonPresenter -> getShortenText($list -> system_code_name) !!}

{!! $CommonPresenter -> getShortenText($list -> system_code_description) !!}

@if( session('ACTION_UPDATE') == 'ENABLED') @endif @if( session('ACTION_DELETE') == 'ENABLED') @endif

@endforeach

Page

of {{ $dataList -> lastPage() }}

@endsection