@extends('layouts.front') @push('styles') @endpush @section('content')
@if(Session::has('message'))
@endif

@lang('front.selectCenter')

@foreach($locations as $location)
id)?'checked':'' }} onclick="handleLocation('{{$location->id}}')">
@endforeach

@lang('front.selectBookingTime')

{{--
--}}


{{--

@lang('front.selectCenter')

@lang('front.selectBookingTime')

--}}
@endsection @push('footer-script') @if ($locale !== 'en') @endif @endpush