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

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

@csrf @method('PUT')
@include('alerts.error_messages')
{{ trans('lang.master_attribute_edit') }}
{{ trans('lang.master_attribute_name_help') }}
{{ trans('lang.master_attribute_description_help') }}
{{ trans('lang.master_attribute_type_help') }}
{{ trans('lang.master_attribute_image_help') }}
{{-- Existing Images (if any) --}} @if ($attribute->getMedia('attribute_images')->count())
@foreach ($attribute->getMedia('attribute_images') as $media) @endforeach
{{ trans('lang.image') }} {{ trans('lang.actions') }}
Attribute Image
@endif
{{ trans('lang.cancel') }}
@endsection @section('scripts') @endsection