@extends('User.layouts.layout') @section('Main_route', route('user.portfolio',['lang' => app()->getLocale()])) @section('Main_title',__('messages.portfolio')) @section('desc_text',str_replace("-"," ",Request::route('title'))) @section('left_image',$setting['portfolio_image']) @section('breadcrumb',str_replace("-"," ",Request::route('title'))) @section('css') @endsection @if($Project->noindex) @section('noindex') @endsection @endif @section('contents') @if ($Project)

{{ trans('messages.The official website of') }} {{ $Project['title_'.lang()] }}

{{ trans('messages.The latest work of Emkan Technology and Information Solutions on websites, the official website of') }} {{ $Project['title_'.lang()] }}

{{--

{!! $Project['desc_'.lang()] !!}

--}}
{{ $Project['title_'.lang()] }}
@endif @if (count($Projects))
{{ trans('messages.related_Projects') }}
@foreach ($Projects as $Project)
{{ $Project['title_'.lang()] }}
{{ ($Project['title_'.lang()]) }}
@endforeach
@endif @endsection