{{-- ボタン --}}
{{--
    $id:パーツ使用時のidを指定(必須)
    $class:追加のclass名を指定
    $title:ボタンの表示テキストを指定
    $type:
--}}
<button {{ $option ?? "" }} @if(!empty($type))type="{{$type}}"@endif class="{{$class??''}}" @if(!empty($id))id="{{$id}}"@endif @if(!empty($name))name="{{$name}}"@endif data-photo="{{ $dataPhoto ?? '' }}">{{$title ?? '登録・保存'}}</button>
