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

Салоны WORK

@if($salonworks) @foreach ($salonworks as $salon) @endforeach @endif
ID PFID Название Город Номер Кнопки
{{ $salon->SALONID }} {{ $salon->PFID }} {{ $salon->SALONNAME }} {{ $salon->SALONGOROD }} {{ $salon->SALONNUMBER }} @if($salon->PFID=='') @else @endif

Салоны Planfix

@if($salonspf) @foreach ($salonspf as $salon) @endforeach @endif
PFID Название Кнопки
{{ $salon->pfid }} {{ $salon->name }}
@endsection @section('scriptext') @endsection