@extends('layouts.admin.admin') @section('content')

All News and Blogs

@forelse ($nb_information as $nb_info)
{{--
Edit {{-- --}} {{-- --}} {{--
{{$nb_info->type}}.img
posted on {{$nb_info->created_at->format('d M Y H:i:s')}}

{{ Illuminate\Support\Str::limit($nb_info->title, 20, $end='...') }}

{{--

{{$nb_info->sub_title}}

--}} {{--
{!!$nb_info->content!!}
--}}
{{$nb_info->type}}.img

posted on {{$nb_info->created_at->format('d M Y H:i:s')}}
@empty
This section is Empty
@endforelse
{{-- --}} @endsection