@extends('layouts.idara.panel') @section('content') @include('backend.partials.import')
@if(session('success'))
{{ session('success') }}
@endif @if (count($errors) > 0)
Whoops! Some problems with your input.

@endif
Coordonnées
@foreach($contacts as $contact) @endforeach
Type de coordonnées coordonnées Date Action
{{ $contact->coorType->type}} @if($contact->coorType_id ==4) {{$contact->details}} @else {{$contact->coordonnees}} @endif {{$contact->created_at}}
@csrf @if($contact->etat == 1) etat ? 'checked' : '' }}> @else etat ? 'checked' : '' }}> @endif
@include('backend.partials.alert') @endsection