@extends('front.second_search') @section('content') @section('breadcrumb')
  • Diplomatie
  • @endsection
    @if ($tome1 = App\Models\Entity::where('type', 'ambassade')->where('paysdaccueil','Tunisie')->get()) {{-- @if ($tome1 = App\Models\Entity::where('type', 'ambassade')->where('paysdaccueil','Tunisie')->get()) --}}
    @foreach($tome1 as $child) @if($child->id !== null)
    Warning: Undefined variable $child in /home/trombino/public_html/sanctions.trombino.org/resources/views/front/ambassades_pays_etranger.blade.php on line 34
    @if($entity['logo'] ) @endif
    @endif @endforeach
    @endif
    @endsection