@extends('adminlte::page') @section('title', 'Assunto') @section('content_header')
@stop @section('content') @if(Session::has('error')) @php $data = Session::get('error'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif
@method('POST') @csrf

Assunto

@error('assunto') {{ $message }} @enderror
@stop @section('js') @stop