@extends('admin.layout.master') @section('title', 'Setting') @section('content')

Edit Setting

@csrf
@if ($errors->has('config_value'))
{{ $errors->first('config_value') }} @endif
Back
@endsection @push('js') @endpush