@extends('layouts.admin') @section('title',__('All Package Features')) @section('content')
@can('package-feature.create') add {{__('Create Package Feature')}} @endcan @can('package-feature.delete') delete {{__('Delete Selected')}} @endcan
@if ($p_feature) @endif
{{__('Name')}} {{__('Created At')}} {{__('Updated At')}} {{__('Actions')}}
@endsection @section('custom-script') @endsection