@extends('component.admin.layout') @section('content') {{lang('System Settings')}} {{lang('Configuration')}} @csrf @foreach ($configs as $c) @if (preg_match('/^cfg\./', $c->type)) @else @foreach ($cfg_type as $type) type==$type)>{{$type}} @endforeach @endif @if ($c->type=='bool' or $c->type=='cfg.bool') val=='true')> @else @endif @endforeach @foreach ($cfg_type as $type) {{$type}} @endforeach {{lang('Save Changes')}} {{lang('Group Category')}} @csrf Category @if (!empty($group_categories)) @foreach ($group_categories->group_category as $cat) @endforeach @endif @if (!empty($group_categories)) @foreach ($group_categories->group_category as $cat) Sub-category: {{$cat}} @if (!empty($group_categories->sub_category->$cat)) @foreach ($group_categories->sub_category->$cat as $sub) @endforeach @endif @endforeach @endif {{lang('Save Changes')}} {{lang('Other Settings')}} {{lang('Reset All Assets')}} {{lang('Create Sitemap')}} Send Mail Test @endsection