@extends('staffs.app') @section('title') {{ trans('home.system_parameters') }} @endsection @section('js') @include('staffs.system_parameters.js') @endsection @section('right-content') @include('staffs.system_parameters.edit')

{{ trans('home.system_parameters') }}

{{trans('system_parameters.welcome_message') }}

@if ($parameters->isNotEmpty()) @foreach ($parameters as $parameter) @endforeach @endif
{{ trans('system_parameters.name') }} {{ trans('system_parameters.description') }} {{ trans('system_parameters.category') }} {{ trans('forms.actions') }}
{{ $parameter->name }} {{ $parameter->description }} {{ $parameter->category }}
@endsection