@extends('backend.layouts.app') @section('content')

{{translate('All News and Events')}}

{{--
--}}
{{--
--}}
{{-- --}} @foreach ($blogs as $key => $blog) {{-- --}} @endforeach
# {{translate('Feature Image')}} {{translate('Title')}}{{translate('Short Desc')}}{{translate('Status')}} {{translate('Options')}}
{{ ($key+1) + ($blogs->currentPage() - 1)*$blogs->perPage() }} {{$blog->getTranslation('title')}}{!! $blog->getTranslation('short_description') !!}
status == 1) checked @endif>
@include('backend.modals.delete') @endsection @section('script') @endsection