@extends('layouts.backend') @section('extraCss') @endsection @section('mainContentArea')

Latest Article

Filter

Article ACTION


@if(count($articles) > 0) @foreach($articles as $key => $row) @php $exit = \App\LatestArticles::where('article',$row->code)->first(); @endphp @endforeach @else @endif
# Article
{{$key + 1}} {{ !empty($row->code) ? $row->code: '' }}id) ? "checked": "unchecked" }}>
No Article found!
@endsection @section('extraJs') @endsection