@extends('admin.layouts.app') @section('title', 'Visualizar post') @section('content')

Detalhes do post {{ $post->title }}

@csrf
@endsection