@extends('layouts.master') @section('title') Blog Detail @endsection @section('extra-css') @endsection @section('index')
Blog Detail
{!! $blog->description !!}

Back
@endsection @section('extra-script') @endsection