@include('components.no-permission')

Company Management

{{ $action === 'create' ? 'Create' : ($action === 'edit' ? 'Edit' : '') }}

@if ($action === 'list')
{{ $message }}
@include('livewire.select-atleast-modal')
@foreach ($results as $company) {{-- --}} @endforeach
# Tax:Branch Thai name English name Action
{{ $company->id }} {{ $company->tax . ':' . $company->branch }} {{ $company->name }} {{ $company->name_en }}
{{ $results->links('livewire.paginate-custom') }}
{{--
--}}
@elseif($action === 'create') @elseif($action === 'edit') @endif