@extends('layouts.layout-admin') @section('styles') @endsection @section('content') {{ __('Edit Setting') }} {{ __('Home') }} {{ __('Edit Setting') }} {{ __('Edit Setting') }} @csrf {{method_field('PUT')}} {{ __('Setting Name') }} * @if($errors->has('setting_name')) {{ $errors->first('setting_name') }} @endif {{ __('Display Name') }} * @if($errors->has('display_name')) {{ $errors->first('display_name') }} @endif {{ __('Setting Value') }} * @if($errors->has('setting_value')) {{ $errors->first('setting_value') }} @endif {{-- {{ __('Display Value') }} * @if($errors->has('display_value')) {{ $errors->first('display_value') }} @endif --}} {{ __('Update Setting') }} {{ __('Cancel') }} @endsection @section('scripts') @endsection
{{ $errors->first('setting_name') }}
{{ $errors->first('display_name') }}
{{ $errors->first('setting_value') }}
{{ $errors->first('display_value') }}