@if(isset($text)) {{$text}} @endif @if(!isset($list)) {{$val ? $val : __('global.not_set')}} {{$info}} @endif @include('svg-icons.edit')
@if($list) @component('dashboard.components.edit_drobdrown' , [ "name" => $name, "title" => $place_holder, 'col' => 'mb-0', 'id' => $id, "model"=> $list ]) @endcomponent @elseif($type == 'date') @component('dashboard.components.edit_text' , [ "name" => $name, "type" => "date", 'col' => 'mb-0', 'id' => $id, "value" => $val, "title" => $val, ]) @endcomponent @else @endif
@lang('global.cancel') @lang('global.save')
@push('js') @endpush