@extends('layouts.manager') @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content')
@include('manager.includes.links') @if(isset($client)) Client Tatoo @endif
{!! csrf_field() !!}
@if(isset($artist->id))
{{trans('client.shchedule.shchedule')}} {{(isset($artist))?$artist->name:''}}
@endif
{!! $calendar !!}
{{date('d-m-Y')}}
{{trans('client.shchedule.not working day')}}
@if(isset($picture->picture_small)) @endif @if(isset($saloon->id)) @endif @if(isset($artist->id))
{{trans('client.artists.artist')}}: {{(isset($artist))?$artist->name:''}}
@endif
{{trans('client.price.width')}}: {{(int)$width_m}} cm
Size: {{(int)((int)$width_m*(int)$height_m)}}
Price: {{$prices->price}} €
{{trans('client.shchedule.time of work')}}: {{$h}} h
@if(isset($artist->id)) @if(isset($client->id)) @else @endif @else You can not place order because you did not choose artist. Choose artist @endif
@endsection