@extends('layouts.app') @section('head') @endsection @section('content') @php $locale = session('lang'); @endphp @include('components.breadcrumbs')

{{$title}}

@foreach ($nots as $n) @if($locale=='uz' && $n->title_uz || $locale=='en' && $n->title_en || $locale=='ru' && $n->title_ru)
@if($locale=='ru') @elseif($locale=='uz') @else @endif

{{$n->created_at}}

{{$n->getTitleAttribute()}}

{{$n->getPreviewAttribute()}}

{{__('site.read_more')}}
@endif @endforeach
{!! $nots->links() !!}
@endsection @section('foot') @endsection