@extends('layouts.main',[ 'compact'=>'compact' ]) @if(isset($painter)) @section('title') {{ucfirst(Str::title($ser_label)) }} | {{env('APP_NAME')}} @endsection @section('content')
{{ucfirst(Str::title($ser_label)) }}
{{$painter->{'name_'.app()->getLocale()} }}
{!! $painter->{'description_'.app()->getLocale()} !!}
@if(count($painter->paintings)>0) @foreach($paintings as $painting) @php $c=0; @endphp @if($painting->cancelled==0) @php $c++; @endphp
{{$painting->{'label_'.app()->getLocale() } }}
{{$painting->{'medium_'.app()->getLocale() } }}
@endif @endforeach @endif
@if($c>0) {!! $paintings->links('includes.pagination') !!} @endif
@endsection @endif