@php use Carbon\Carbon; $title = $ar->name; @endphp @extends('layouts.app') @section('title', $title) @section('content') @include('shared.button', ['type' => 'edit', 'url' => route('AR.edit', $ar)]) @include('shared.button', ['type' => 'delete', 'url' => route('AR.destroy', $ar)])

{{ __('forms.images') }} :

@foreach($ar->Images()->sortBy('use_type') as $image)
{{ $image->use_type }}

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

@endforeach
@endsection