@if(isset($saloon_id))
{{(isset($saloon_obj))?$saloon_obj->name:''}}
@endif @if(isset($artist->id))
{{trans('client.artists.artist')}}: {{(isset($artist))?$artist->name:''}}
@endif @if(isset($catalog))
{{trans('client.price.category of style')}}: {{(isset($catalog))?trans('client.menu_gallery.'.$catalog->name):''}}
@else @if(isset($catalogs)) @include('includes.catalogs') @endif @endif @if(isset($service_id)) @if($service_id > 0)
Service: {{$service_id}}
@endif @endif @if(isset($width))
{{trans('client.price.width')}}: {{$width}} cm
@endif @if(isset($height))
{{trans('client.price.size')}}: {{$height*$width}} cm2
@endif @if(isset($h))
{{trans('client.shchedule.time of work')}}: {{$h}} h
@endif @if(isset($pr))
{{trans('client.price.price')}}: {{$pr}}
@endif @if(isset($picture))
@endif