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

{{ translate('Templates') }}

@foreach ($templates as $key => $template) @endforeach
# {{ translate('Category') }} {{ translate('Arabic title') }} {{ translate('English title') }} {{ translate('Front ID') }} {{ translate('Arrangement') }} {{ translate('Options') }}
{{ $key + 1 + ($templates->currentPage() - 1) * $templates->perPage() }} {{ $template->templateCategory ? $template->templateCategory->{'title_' . App::getLocale()} : '---' }} {{ $template->title_ar }} {{ $template->title_en }} {{ $template->front_id }} {{ $template->arrangement }}
{{ $templates->links() }}
@endsection @section('script') @endsection