@extends('admin.layouts.app') @push('styles_top') @endpush @section('content')

{{ trans('admin/main.theme_fonts') }}

{{ csrf_field() }}
@error('title')
{{ $message }}
@enderror
@foreach(['main','rtl'] as $fontType)
{{ trans('update.'.$fontType.'_font') }}
@endforeach
@endsection @push('scripts_bottom') @endpush