@extends('layouts.app') @section('styles') @parent @endsection @section('scripts') @parent @if($calc == true) @endif @endsection @section('content')

{{trans('client.main.description')}}


@include('templates.buttons')
@if(isset($picture)) @endif
@include('templates.services')
@include('templates.saloons', ['saloon_no'=> 1, 'artist_no'=> 1])
@include('templates.artists',['artist_no'=>1, 'saloon_no'=> 1])

{{trans('client.main.our artists')}}

@endsection