@extends('front.layouts.master') @section('title', isset($title) ? $title : 'Home') @section('description', isset($description) ? $description : '') @section('keywords', isset($keywords) ? $keywords : '') @section('content')
{{ __('Image') }}

{{ isset(whatwedo()['what_wedo_title_one']['slug']) && whatwedo()['what_wedo_title_one']['slug'] == 'what_wedo_title_one' ? langConverter(whatwedo()['what_wedo_title_one']['value'],whatwedo()['what_wedo_title_one_ar']['value']) : '' }}

{!! isset(whatwedo()['what_wedo_description_one']['slug']) && whatwedo()['what_wedo_description_one']['slug'] == 'what_wedo_description_one' ? langConverter(whatwedo()['what_wedo_description_one']['value'],whatwedo()['what_wedo_description_one_ar']['value']) : '' !!}
@endsection