@extends('layouts.app') @section('content')
{{-- En-tete --}}

Nouvelle video

Etape 1 / 2 : Importation

{{-- Progress bar --}}
1
2
{{-- Errors --}} @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Zone d'import / camera --}}
{{-- Contraintes --}}
Max 60 sec • Max 100 Mo
{{-- 3 options: Camera Snap, Import fichier, Drag & Drop desktop --}} {{-- Mobile: 2 boutons cote a cote --}}
{{-- Desktop: Drag & Drop + bouton camera --}} {{-- Hidden file inputs --}} {{-- Video preview --}}
{{-- Submit --}}
Retour
@endsection @push('scripts') @endpush