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

{{$new->title}}

{{$new->created_at->format(' d M Y ')}}

{!! $new->short_description !!}

{{__('front.Read More')}}
@empty
{{__('not found')}}
@endforelse
@endsection