@extends('template')
@section('content')
ID |
Nome |
Assuntos |
|
@foreach($origens as $origem)
{{ $origem->id }} |
{{ $origem->name }} |
@foreach($origem->assuntos as $assunto)
{{ $assunto->assunto}},
@endforeach
|
|
@endforeach
@stop()
@section('js-admin-plan')
@stop()