@extends('admin.layouts.container') @section('content')

{{ $head ?? '' }}

{{--Start image container--}}
photo ?? "")}}"/>
Choose
{{--End image container--}}
@if($hold ?? '' && $hold->id) @foreach($attributes as $attribute) @if(in_array($attribute->attribute->status,['file','image'])) @else
@endif @endforeach @endif
@if ($hold ?? false) @foreach ($hold['photos'] as $photo)
@endforeach @endif
@endsection @section('inner_js') @endsection