{{-- 住所テキストを生成する @props data デフォルト値 @props name name属性 @see App\View\Components\Parts\textAddress --}} @props(['data'=>null, 'name'=>null, 'useShippingLabel'=>false]) @php $class = (object)[ 'wrap' => 'flex flex-col', 'text' => 'input-text input-readonly w-full flex-1 text-sm', 'link' => 'text-xs text-primary-700 underline mb-1 text-right', ]; $def = json_encode((isset($data) && isset($data->id))? $data->getAttributes(): null); $options = json_encode(['useShippingLabel' => $useShippingLabel]); @endphp
merge(['class' => $class->wrap]) }} >