@extends('admin.layouts.app') @section('panel')
@foreach ($templates as $temp)

{{ __(keyToTitle($temp['name'])) }}

@if ($general->active_template == $temp['name']) @else
@csrf
@endif
@lang('Template')
@endforeach @if ($extra_templates) @foreach ($extra_templates as $temp)

{{ __(keyToTitle($temp['name'])) }}

@lang('Template')
@endforeach @endif
@endsection @push('breadcrumb-plugins')
@if(!extension_loaded('zip')) PHP-zip Extension is required @else @endif
@endpush