@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.Add a new settings')) @section('content')
{{ __('dashboard.Add a new settings') }}
@csrf
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush