@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

{{trans('labels.setting')}}

@endsection @section('content')
@csrf @method('patch')
@include('dashboard.pages.setting.partials.edit-setting-value')

@endsection @section('script') @endsection