@extends('layouts.app_new') @section('title','Settings') @section('style') @endsection @section('content')
{{__("Settings")}}
{{__("key")}} {{__("value")}} {{__("value_type")}} {{__("Control")}}
@include('settings.crud')
@endsection @section('script') @endsection