{{ __('router.header.delete-brand') }}
{{ $brand->name }}
{!! Form::open(['method' => 'DELETE','route' => ['brand.destroy', ['brand' => $brand->id]]]) !!}
{{ __('Are you sure to delete router brand ') }}{{$brand->name }}?

{{ __('After delete, it cannot be recovered.') }}

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