@extends('backoffice.dashboard') @section('title', 'تعديل تتويج رياضي : '.$trophee_sportif->title) @section('content') @if(Auth::check())
@method('PUT') @include('backoffice.trophee_sportif.form', ['formTitle' => 'تعديل تتويج رياضي'])
@else @endif @endsection