@extends('admin.layouts.app') @section('title', 'Fórum') @section('header') @include('admin.supports.partials.header', compact('supports')) @endsection @section('content') @include('admin.supports.partials.content', compact('supports')) @endsection