@include("backend.includes.flash")
@isset($license_types) @foreach($license_types as $license_type) @endforeach @endisset
S.No @lang("labels.config.LicenseType") @lang("labels.config.Industry") Actions
{{ $license_type->id }} {{ $license_type->name }} @foreach ($license_type->licenseTypeIndustrys as $licenseTypeIndustry)
  • {{ $licenseTypeIndustry->industry->name }}
@endforeach
@isset($license_types)
{{ $license_types->links() }}
@endisset
{{-- Delete / Remove Delete Modal --}}