@extends('backoffice.dashboard') @section('title', 'إضافة تتويج رياضي') @section('content') @if(Auth::check())
@include('backoffice.trophee_sportif.form', ['formTitle' => 'إضافة تتويج رياضي'])
@else @endif @endsection