@extends('layouts.management') @section('content') Management Manage projects : Edit Management > Projets > Edit @csrf @if($errors->any()) Error{{$errors->first()}} @endif @if(\Illuminate\Support\Facades\Session::has('success')) Success{{ \Illuminate\Support\Facades\Session::get('success') }} @endif Informations @php($categoriesProject = explode(',', json_decode($project->category_ids, true))) @foreach($categories as $c) id, $categoriesProject) ? 'selected' : '' }} value="{{ $c->id }}">{{ $c->name }} @endforeach Illustrations Slider CTA (Format: 1480 x 1480) : Header (Format: 2220 x 1254) : Content 1 (Format: 2220 x 1254) : Content 2 (Format: 2220 x 1254) : Feedback customer (Format: 2220 x 1254) : Feedback customer Others New project ? is_newed ? 'checked' : '' }} class="w-form-formradioinput w-radio-input" value="1"> Yes is_newed ? 'checked' : '' }} class="w-form-formradioinput w-radio-input" value="0"> No Project Pinned ? is_pined ? 'checked' : '' }} class="w-form-formradioinput w-radio-input" value="1"> Yes is_pined ? 'checked' : '' }} class="w-form-formradioinput w-radio-input" value="0"> No Project Displayed ? is_displayed ? 'checked' : '' }} class="w-form-formradioinput w-radio-input" value="1"> Yes is_displayed ? 'checked' : '' }} class="w-form-formradioinput w-radio-input" value="0"> No @foreach(config('app.language') as $k => $v) {{ $v }} {{ $project->getTranslation('description', $k) }} {{ $project->getTranslation('description_2', $k) }} {{ $project->getTranslation('technologie_description', $k) }} {{ $project->getTranslation('feedback_text', $k) }} @endforeach Delete this project @endsection @section('scripts') @endsection
Error{{$errors->first()}}
Success{{ \Illuminate\Support\Facades\Session::get('success') }}