@extends('backend.layouts.app') @section('content')
@foreach ($blogs as $items) @endforeach
ID Image Title Youtube Link Post Type Description Action
{{ $items->id }} {{ $items->title }} {{ $items->youtube_link }} {{ $items->post_type }} {!! Str::limit(strip_tags($items->description), 80, '...') !!}
@csrf @method('delete')
@endsection @section('js') @endsection