@extends('layouts.app') @section('title',trans('seo.title')) @section('description',trans('seo.description')) @section('image',asset('img/share.jpg')) @section('keywords',trans('seo.keywords')) @section('linkage','https://saphareli.ge') @section('url','https://saphareli.ge') @section('content') @if(count($architects)>0) @if($parent_id)
@foreach($architects as $value) @endforeach
@else
@foreach($architects as $value) @endforeach
@endif @endif @endsection