@extends ('admin.master') @section('styles') @stop @section('content-main')
  1. Dashboard
  2. My Dashboard
{{ $post->titre }}

Titre {{ $post->titre }}
Resumé {{ $post->resume }}
Contenu
Categorie {{ $post->categoriepost->intitule }}
Contenu du post
@stop @section('scripts') @stop