{!! Form::open(['route' => ['tblPropertyResorts.destroy', $id], 'method' => 'delete']) !!}
@if (auth()->user()->can('tblPropertyResorts.show')) @endif @if (auth()->user()->can('tblPropertyResorts.edit')) @endif @if (auth()->user()->can('getchalet-by-resort')) الشاليهات @endcan {{-- {!! Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-danger btn-xs', 'onclick' => 'return confirm("'.__('crud.are_you_sure').'")' ]) !!} --}}
{!! Form::close() !!}