@extends('layouts.management') @section('content')
Management

Manage projects : Edit

@csrf
@if($errors->any())

Error
{{$errors->first()}}


@endif @if(\Illuminate\Support\Facades\Session::has('success'))

Success
{{ \Illuminate\Support\Facades\Session::get('success') }}


@endif
@php($categoriesProject = explode(',', json_decode($project->category_ids, true)))

@foreach(config('app.language') as $k => $v)
{{ $v }}

@endforeach
@endsection @section('scripts') @endsection