@extends('layouts.app', [ 'class' => '', 'activePage' => 'listAttribute', 'titlePage' => __('Edit Value')]) @section('content')
@if (count($errors) > 0) @if($errors->any()) @endif @endif

Edit Value

@csrf
{{ __('Back') }}

@endsection @push('js') @endpush