@extends('layouts.main',[ 'compact'=>'compact' ]) @section('title') {{__('texts.Adopt a Work of Art for Restoration')}} | {{env('APP_NAME')}} @endsection @section('content')
{{$paragraph->label ?? ''}}
{!! $paragraph->description ?? '' !!}
@if(isset($restorations) && count($restorations)>0)



@foreach($restorations as $restoration) @if(!in_array($restoration['id'],$already_restorated))

{{$restoration['label'] }}

${{$restoration['price'] }}

{{-- {{count($artist->paintings)}} paintings--}}
@endif @endforeach
@endif
@endsection