@extends('backend.layouts.master') @section('title', 'Éditer workshop : ' . $workshop->titre) @section('body') @endsection @section('content')
Éditer workshop : {{ $workshop->titre }}
@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif
@csrf @method('PUT')
{{-- Colonne de gauche --}}
{{-- Informations Générales --}}
Informations Générales
{{-- Description et Contenu --}}
Description et Contenu
{{-- Themas & Intervenants --}}
Thèmes et Intervenants

@for ($i = 1; $i <= 5; $i++)
Thème {{ $i }}
@endfor
{{-- Colonne de droite --}}
{{-- Date, Lieu et Prix --}}
Date, Lieu et Prix

{{-- Configuration & Visibilité --}}
Configuration & Visibilité
visible_fe ? 'checked' : '' }}>
visible_be ? 'checked' : '' }}>
stock_visible ? 'checked' : '' }}>
header_visible ? 'checked' : '' }}>
has_details ? 'checked' : '' }}>

input_pre_checked ? 'checked' : '' }}>
show_not_participate_choice ? 'checked' : '' }}>
{{-- Réductions --}}
Réductions
discount_is_resident ? 'checked' : '' }}>
discount_is_adherent ? 'checked' : '' }}>
discount_before_date ? 'checked' : '' }}>
{{-- Design --}}
Design
{{-- Champs techniques --}}
Champs Techniques
@endsection @section('css') @endsection @section('scripts') @endsection