@extends('layouts.app') @section('content')

{{$saloon->name}}

@if($saloon->picture != '') @endif
@include('templates.order', array('href'=>'orderbefore/as/?saloon_id='.$saloon->id.'&calc=true'))

{{trans('client.salons.address')}}

{{$saloon->address}}

{!! $saloon->body !!}

{{trans('client.salons.hours')}}

@foreach($days as $day) {{trans('client.week.'.$day)}} @if(isset($ex[$day])) {{$hour[0]}} - {{$h2}} @else {{$hours[0]}} - {{$hhhhh}} @endif
@endforeach

@endsection