@extends('layouts.app') @section('content')
@foreach($saloons as $one)
@if($one->picture != '')@endif

{{$one->name}}

{{$one->address}}

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


@endforeach
@endsection