Files
Archive/retro/atomcms/resources/themes/atom/views/teams.blade.php

11 lines
227 B
PHP
Raw Normal View History

2025-12-09 06:52:43 +00:00
@extends('layouts.app')
@push('title', __('Staff'))
@section('content')
<div class="col-span-12">
<div class="flex flex-col gap-3">
<x-team.list :teams="$teams" />
</div>
</div>
@endsection