@extends('layouts.app') @section('title') {{ __('Packages') }} @endsection @section('breadcrumb')

{{ __('Packages') }}

@endsection @section('content')
{{--

{{ __('Packages Table') }}

--}} @can('create_package') {{ __('Create') }} @endcan
@if(isset($from)) @endif
# {{ __('Name') }} {{ __('Shortcut') }} {{ __('Tests') }} {{ __('Price') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection