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

{{lang('System Settings')}}

{{lang('Configuration')}}

@csrf
    @foreach ($configs as $c)
  • @if (preg_match('/^cfg\./', $c->type)) @else @endif
    @if ($c->type=='bool' or $c->type=='cfg.bool')
    val=='true')>
    @else @endif
  • @endforeach

{{lang('Group Category')}}

@csrf
@if (!empty($group_categories)) @foreach ($group_categories->group_category as $cat) @endforeach @endif
@if (!empty($group_categories)) @foreach ($group_categories->group_category as $cat)
@if (!empty($group_categories->sub_category->$cat)) @foreach ($group_categories->sub_category->$cat as $sub) @endforeach @endif
@endforeach @endif

{{lang('Other Settings')}}

Send Mail Test

@endsection