@extends('layouts.app') @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content')
{!! csrf_field() !!}
@if(isset($artist->id))
{{trans('client.shchedule.shchedule')}} {{(isset($artist))?$artist->name:''}}
@endif
{!! $calendar !!}
{{trans('client.shchedule.comment')}}
@include('manager.includes.card')
@if(isset($artist->id)) @else You can not place order because you did not choose artist. Choose artist @endif
@endsection