@extends('backend.adminlayouts.master') @section('body')

Create Attribute

@csrf
@if($errors->has('attributes'))
{{ $errors->first('attributes') }}
@endif
@endsection