{{ __('paket.header.delete') }}
{{ $packet->name }} on server {{$packet->mikrotik->name}}
{!! Form::open(['method' => 'DELETE','route' => ['packets.destroy', ['packet' => $packet->slug]]]) !!}
{{ __('Are you sure to delete paket ') }}{{$packet->name }} ?

{{ __('Warning!!! Deleting a packet will delete their all member on this paket.') }}
{{ __('After delete, it cannot be recovered.') }}

{{ __('Press') }}  {{ __('paket.button.delete') }} {{ __('to delete this paket.') }}
{{ __('Press') }}  {{ __('paket.button.cancel') }} {{ __('to cancel this operation.') }}
@can ('packet-delete') @endcan  {{ __('paket.button.cancel') }}
{!! Form::close() !!}