@extends('layouts.layout-admin') @section('styles') @endsection @section('content')

{{ __('Edit Setting') }}

{{ __('Edit Setting') }}

@csrf {{method_field('PUT')}}
@if($errors->has('setting_name'))

{{ $errors->first('setting_name') }}

@endif
@if($errors->has('display_name'))

{{ $errors->first('display_name') }}

@endif
@if($errors->has('setting_value'))

{{ $errors->first('setting_value') }}

@endif
{{--
@if($errors->has('display_value'))

{{ $errors->first('display_value') }}

@endif
--}}
{{ __('Cancel') }}
@endsection @section('scripts') @endsection