@extends('layouts.admin') @section('content')
{{ __('Add Font') }} {{ __('Back') }}
{{csrf_field()}} @include('includes.admin.form-both')
{{ __('Font Family') }} *
@endsection @section('scripts') @endsection