@extends('layouts.adminfonts') @section('title', 'Manage Fonts') @section('page-title', 'Font Management') @section('content')
Upload and manage your custom fonts
Preview | Font Name | Display Name | Gender | Size | Uppercase Only | Status | Created | Actions |
---|---|---|---|---|---|---|---|---|
Example
|
{{ $font->font_name }}
|
{{ $font->display_name }} | {{ $font->gender }} | {{ $font->font_size }}vw | @if ($font->uppercase_only) Yes @else No @endif | {{ $font->is_active ? 'Active' : 'Inactive' }} | {{ $font->created_at->format('M d, Y') }} |
{{ $font->font_name }}
Start building your font collection by uploading your first font.
Upload Your First Font