@extends('layouts.main') @section('title') {{ __('Features') }} @endsection @section('page-title')

@yield('title')

@endsection @section('content')
@if (has_permissions('update', 'package-feature')) @else @endif
{{ __('ID') }} {{ __('Name') }} {{ __('Enable/Disable') }} {{ __('Is Active ?') }}
@endsection @section('script') @endsection