@extends('backend.master') @push('styles') @endpush @section('mainContent') {!! generateBreadcrumb() !!}

{{__('certificate.Font List')}}

@if (permissionCheck('certificate.fonts.save')) @endif
@foreach ($fonts as $key => $font) @endforeach
{{__('certificate.SL')}} {{__('certificate.Title')}} {{__('certificate.Name')}} {{__('common.Type')}} {{__('common.Action')}}
{{++$key}} {{@$font->title}} {{@$font->name}} {{@$font->rtl==1?'RTL':'LTL'}}
@endsection @push('scripts') @endpush