{{ __('Features of') }} {{ $package->name }}

@foreach($package->features as $package_feature) @endforeach
{{ __('SL') }} {{ __('Name') }} {{ __('Is Available?') }} {{ __('Action') }}
{{ $loop->iteration }} {{ $package_feature->name }} {{ $package_feature->is_available }}
@csrf