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

Singapore News

@foreach ($blogs as $items) @endforeach
ID THUMBNAIL TITLE AUTHOR DESCRIPTION POST TYPE ACTION
{{ $items->id }} {{ $items->title }} {{ $items->author }} {!! Str::limit($items->description, 100, '...') !!} {{ $items->post_type }}
@csrf @method('delete')
@endsection @section('css') @endsection @section('js') @endsection