@if(in_array('style-type-edit', $authRolePermissions)) @endif @if(in_array('style-type-delete', $authRolePermissions)) @endif @php $i=1;@endphp @if(count($data)>0) @foreach ($data as $key => $style) @if(in_array('style-type-edit', $authRolePermissions)) @endif @if(in_array('style-type-delete', $authRolePermissions)) @endif @endforeach @else @endif
Sl No Style Name Code Font Family Decoration Font Size Font Style Font Weight Padding Default StatusEditDelete
{{$data->firstItem() + $key}} {{ $style->name }} {{ $style->code }} {{ \Str::limit($style->font_name, 15, '...') }} {{ $style->text_decoration }} {{ $style->font_size }} {{ $style->font_style }} {{ $style->font_weight }} {{ $style->font_padding }}
is_default=='1' ? 'checked' : ''}}>
status=='1' ? 'checked' : ''}}>
No Data Found