2018-09-21 23:52:55 +02:00

10 lines
185 B
PHP
Executable File

@extends('layouts.form')
@section('card')
@component('components.card')
@slot('title')
@lang('Ajouter une team')
@endslot
@endcomponent
@endsection