@extends('layouts.adminfonts') @section('title', 'Edit Font') @section('page-title', 'Edit Font: ' . $font->display_name) @section('content')
Edit Font Information
@csrf @method('PUT')
@error('display_name')
{{ $message }}
@enderror
@error('file_name')
{{ $message }}
@enderror
Leave empty to keep current file. Supported formats: TTF, OTF, WOFF, WOFF2 (Max size: 10MB)
@error('font_file')
{{ $message }}
@enderror
@error('gender')
{{ $message }}
@enderror
@error('font_size')
{{ $message }}
@enderror
@error('top_position')
{{ $message }}
@enderror
@for ($i = 1; $i <= 5; $i++) review_rating) == $i ? 'checked' : '' }} required> @endfor
@error('review_rating')
{{ $message }}
@enderror
uppercase_only) ? 'checked' : '' }}>
Check if this font should only be used in uppercase @error('uppercase_only')
{{ $message }}
@enderror
Add tags to help categorize and search for this font. Separate multiple tags with commas.
@error('tags')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Uncheck to temporarily disable this font from appearing in the font selection.
Back to Details
Current Font Info
CSS Name: {{ $font->font_name }}
File Path: {{ $font->file_path }}
Created: {{ $font->created_at->format('M d, Y') }}
Last Updated: {{ $font->updated_at->format('M d, Y') }}
Note: The CSS name and file path cannot be changed after creation. If you need to change the font file, delete this font and upload a new one.
Live Preview
{{ $font->display_name }}
Preview updates as you make changes
Danger Zone

Once you delete a font, there is no going back. Please be certain.

@csrf @method('DELETE')
@endsection @section('scripts') @endsection