field name 'hepsiemlak' is changed, added margin-y to view file.

This commit is contained in:
Metehan Celik 2022-01-31 11:25:03 +03:00
parent fd3ee61774
commit d65bf545d8
4 changed files with 7 additions and 2 deletions

View File

@ -69,4 +69,6 @@ return [
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
'we_miss_you_so_much_already' => 'we miss you so much already!',
'try_again' => 'Try again',
'news_title' => 'Sectoral Developments All in :name',
];

View File

@ -68,4 +68,7 @@ return [
'your_internet_connection_is_broken' => 'Your internet connection is broken,',
'we_miss_you_so_much_already' => 'we miss you so much already!',
'try_again' => 'Try again',
'news_title' => 'Sektörel Gelişmeler :name\'da',
];

View File

@ -1,6 +1,6 @@
<div class="container mt-2 mb-4 px-0">
<div class="d-flex justify-content-between align-items-center mb-2">
<h5 class="text-left ml-2">{{ trans('visiosoft.theme.hepsiemlak::field.news_title', {name: setting_value('streams::name')}) }}</h5>
<h5 class="text-left ml-2">{{ trans('visiosoft.theme.base::field.news_title', {name: setting_value('streams::name')}) }}</h5>
<a href="{{ url('posts') }}" class="btn btn-outline-primary all-post-btn d-none d-md-block">
{{ trans('theme::field.all_news') }}
</a>

View File

@ -7,7 +7,7 @@
{% block content %}
<div class="container m-0 p-0 mx-auto maxWidht w-100">
<div class="row p-0 m-0">
<div class="col-12 position-relative">
<div class="col-12 position-relative my-3">
<div class="productImage">
{{ img(post.cover_photo.make.url).class('w-100')|raw }}
</div>