@extends('admin.layout') @section('main')
@foreach ($templates as $key => $template) @endforeach
{{ trans('template.name') }} {{ trans('template.auth') }} {{ trans('template.email') }} {{ trans('template.website') }} {{ trans('template.version') }} {{ trans('template.status') }}
{!!sc_image_render($template['config']['image']??'','50px')!!} {{ $template['config']['name']??'' }} {{ $template['config']['auth']??'' }} {{ $template['config']['email']??'' }} {{ $template['config']['website']??'' }} {{ $template['config']['version']??'' }} {!! ($templateCurrent == $key)?'':'' !!}
@endsection @push('styles') @endpush @push('scripts') {{-- //Pjax --}} {{-- //End pjax --}} @endpush