@extends('front.layouts.master',['banner' =>'yeas']) @section('breadcrumb') @endsection @section('content')
@forelse($journals as $journal)

{{$journal->title}}

@foreach($journal->features?->where('home', 1) as $feature)
  • {{$feature->title}}:
    {{$feature->pivot?->value}}
  • @endforeach
  • {{__('front.Publication Frequency')}}:
    {{$journal->freq}}
  • @empty
    {{__('front.not found journals')}}
    @endforelse
    @endsection