@extends('layouts.master')
@section('content')
@push('styles')
@endpush
Tematy pomocy
➕ Nowy temat
@if(session('success'))
{{ session('success') }}
@endif
| ID |
Nazwa |
Czynności |
@forelse($topics as $topic)
| {{ $topic->id }} |
{{ $topic->name }} |
|
@empty
| Brak tematów. |
@endforelse
{{ $topics->links() }}
@endsection