@extends('layout.front.app') @section('title', __('front.khetab_magazine')) @section('description', $magazine->translation->content) @section('page_img', $magazine->img) @section('content') {{-- bg-white-greding-browen --}}
@yield('title') {!! $magazine->translation->content !!}
@if (isset($cbd)) {{ $cbd->translation->name }} @endif

@if (isset($cbd)) {{ $cbd->translation->job_title }}: {{ $cbd->translation->name }} @endif

@if (isset($ec)) {{ $ec->translation->name }} @endif

@if (isset($ec)) {{ $ec->translation->job_title }}: {{ $ec->translation->name }} @endif

@if (isset($dec)) {{ $dec->translation->name }} @endif

@if (isset($dec)) {{ $dec->translation->job_title }}: {{ $dec->translation->name }} @endif

@if (isset($me)) {{ $me->translation->name }} @endif

@if (isset($me)) {{ $me->translation->job_title }}: {{ $me->translation->name }} @endif

@yield('title')
{{--

{{__('front.new_site')}}

@foreach ($latestBlogs as $latest) {{ formatDate($latest->created_at) }}

{{ $latest->translation->title }}


@endforeach

{{ __('front.most_watched') }}

@foreach ($mostWatched as $most) {{ formatDate($most->created_at) }}

{{ $most->translation->title }}


@endforeach
{!! $blogs->links() !!}
--}} @endsection @section('js') @endsection