@extends('layouts.master') @section('title') {{ __('addons') }} @endsection @section('content')

{{ __('create').' '.__('addons') }}

* {{ __('The validity of add-on is determined by the expiration date of package') }}.
@foreach ($features as $feature)
@endforeach
{{-- --}}

{{ __('list').' '.__('addons') }}

{{__('id')}} {{__('no.')}} {{__('name')}} {{__('feature')}} {{__('price')}} {{__('status')}} {{__('action')}}
@endsection