@extends('layouts.app') @section('title', $title = __('forms.edit') . ' ' . $ar->name) @section('content')
@csrf @method('PATCH')
@foreach($ar->Images()->sortBy('use_type') as $image)
{{ $image->use_type }}

{{ __('forms.index') }} : {{ $image->use_type }}

@endforeach
{{ __('forms.Dropzone') }}

@endsection