@extends('setting.layouts.layout') @section('title',trans('company_setting.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('company_setting.title') }}

 {{ trans('company_setting.create_company') }}

{{ trans('company_setting.company_name') }}

{{ trans('company_setting.company_abbreviation_name') }}

{{ trans('company_setting.company_type') }}

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

{{ trans('company_setting.company_name') }}

{{ trans('company_setting.company_abbreviation_name') }}

{{ trans('company_setting.company_type') }}

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

@foreach($dataList as $list)

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

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

@foreach($companyTypeList as $aList) @if($list -> company_type == $aList -> system_code_key) {{ $aList -> system_code_value }} @endif @endforeach

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

@endforeach

Page

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

@endsection