@extends('layouts.app') @section('content')

{{ trans('lang.master_attribute_plural') }}

@csrf
@include('alerts.error_messages')
{{ trans('lang.master_attribute_create') }}
{{ trans('lang.master_attribute_name_help') }}
{{ trans('lang.master_attribute_description_help') }}
{{ trans('lang.master_attribute_type_help') }}
{{ trans('lang.master_attribute_image_help') }}
{{ trans('lang.cancel') }}
@endsection