@extends('layouts.master') @section('title',__('All Package Features')) @section('breadcum') @endsection @section('maincontent')
@can('package-feature.delete') @endcan @can('package-feature.create') {{ __('Create Package Feature') }} @endcan
{{ __('All Package Features') }}
@if ($p_feature) @endif
{{ __('#') }} {{ __('NAME') }} {{ __('CREATED AT') }} {{ __('UPDATED AT') }} {{ __('ACTION') }}
@endsection @section('script') @endsection