@extends('guest.layout') @section('content')

Contactez nous

@hasanyrole('Admin|Publisher') Modifier @endhasanyrole
@if(!empty($contact))
{!! $contact->map !!}
@endif

Contactez nous


@if(isset($contact->address))

{{$contact->address}}


@endif

@if(isset($contact->email)) E: {{$contact->email}}
@endif @if(isset($contact->phone)) P: {{$contact->phone}}
@endif

@if(session('message')) {{ session('message') }} @else @endif
@endsection