@extends('layouts_frontend.master') @section('title','Blog Detail') @section('extra-css') @endsection @section('content') {{$blog->title}} {{$blog->sub_title}} {!! $blog->description !!} Recent Post @foreach ($blogs as $item) {{$blog->title}} @endforeach {{-- Accessories(03) Cameras(19) Computers(56) Laptops(03) Networking(03) Old Products(89) Smartphones(90) Software(23) --}} @endsection @section('extra-script') @endsection
{!! $blog->description !!}