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

Add New Attribute

@csrf


@if ($id==0) @else @endif
{{ __('Back') }}

@endsection