@extends('admin.layout') @section('content')

{{ translate('Fonts') }}

@foreach ($fonts as $key => $font) @endforeach
# {{ translate('Arabic title') }} {{ translate('English title') }} {{ translate('Font name') }} {{ translate('Options') }}
{{ $key + 1 + ($fonts->currentPage() - 1) * $fonts->perPage() }} {{ $font->title_ar }} {{ $font->title_en }} {{ $font->font_name }}
{{ $fonts->links() }}
@endsection @section('script') @endsection