@extends('layouts.idara.panel') @section('content') @include('backend.partials.import') @include('backend.partials.features')
Vous pouvez ajouter une image ou la modifie
@if(session('success'))
{{ session('success') }}
@endif @if (count($errors) > 0)
Whoops! Some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf


@if($contact->coorType_id == 1) @elseif($contact->coorType_id == 2) @elseif($contact->coorType_id == 3) @elseif($contact->coorType_id == 5) @elseif($contact->coorType_id == 7 || 6 || 8 || 9) @endif
@endsection