@extends('backend.layouts.app') @section('content')
{{ translate('Select Font Family') }}
@csrf
@if(count($fonts) > 20) @endif
@endsection @section('script') @endsection