@if(count($ms_templates) > 0) @foreach($ms_templates as $k => $v)
@if(isset($selected_template) && $selected_template->id == $v->id)
Terpilih
@endif card img
{{ $v->title }}

{{ $v->description }}

@endforeach @else
@endif