@extends('layouts/LayoutMaster') @section('title', 'Мое приложение') @section('vendor-style') @endsection @section('page-style') @endsection @section('content')
{{ (isset($platform->id)) ? 'Редактирование' : 'Создание'}} приложения {{ $platform->domen ?? '' }}
@csrf
@if(!isset($platform->id)) @endif
@mobile @isset($platform->domen) Открыть приложение @endisset @endmobile
@if(isset($platform->id))
Мой канал
@csrf
@foreach($applents as $item)
{!! Helper::postHoverIcon($item->soc) !!}
{{ $item->name }} ID: {{ $item->id }}
@endforeach
@include('panels/modals/appLents') @endif @endsection @section('content-right') @if(isset($platform->id))
Открыть приложение
@endif @endsection @section('vendor-script') @endsection @section('page-script') @endsection