@php
$textedSlug =( $subSubCategory->slug == 'sale') ? 'Sell': 'I LOOK TO BUY';
@endphp
{{__("attribute.$textedSlug")}}
*
{{__("attribute.(You can select only one)")}}
@foreach ($modalCrypto as $currency)
@endforeach
{{--
--}}
{{-- @if ($errors->has('crypto_title'))
{{ $errors->first('crypto_title') }}
@elseif ($errors->has('crypto_id'))
{{ $errors->first('crypto_id') }}
@else
@endif --}}
@include('advertisment.partials.titledescription')
@php
$cryptooptions = $cryptoModel->CryptoAdvertismentOption->pluck('value','option_id');
@endphp
{{-- @if($subSubCategory->slug != 'buy') --}}