@extends('layouts.front') @section('content')
@if(Auth()->user()->isCustomer() && !empty($quotations) && $quotations->count() == 1 && $quotations->first()->geometer)

Votre géomètre expert

{{$quotations->first()->geometer->companyName}}

{{$quotations->first()->geometer->address1}}
{{$quotations->first()->geometer->postalCode}}, {{$quotations->first()->geometer->city}}

{{$quotations->first()->geometer->phone}}

@endif
@yield('account.content')
@endsection