@extends('layouts.master') @section('pagetitle') Affichage Dynamique - {{ Auth::user()->etab()->first()->nom }} @endsection @section('topband') @include('partials.topband_con') @endsection @section('sidebar') @include('partials.sidebar_con', ['open' => 'affich_dyn']) @endsection @section('content')

AFFICHAGE DYNAMIQUE

@include('partials.errors') @include('partials.infos')
Flux Rss
{{ csrf_field() }}
@if($fluxrss != null) @else @endif
Météo
@if($meteo != null) @else @endif
Logo
JPG, PNG | 700L x 200H | < 1Mo
@if ($logo != null) @if (Storage::has($logo->url)) @endif @endif
Animation
@if ($image != null) @elseif($image == null && $video == null) @else @endif
JPG, PNG | 768L x 1366H | < 1Mo
@if ($image != null) @if (Storage::has($image->url)) @endif @endif
@if ($video != null) @else @endif
MP4 | < 30Mo (verticale de préférence)
@if ($video != null) @if (Storage::has($video->url)) @endif @endif
@include('partials.footer')
@endsection