@extends('layouts.app') @section('content')
Modifier le Contrat
@csrf @method('PUT')
@if($contract->type === 'microsoft_365')
Détails Microsoft 365
@php $level = $contract->meta->where('key', 'm365_license_level')->first()?->value; $qty = $contract->meta->where('key', 'm365_quantity')->first()?->value; @endphp
@endif
Annuler

@if(auth()->user()->isAdmin())
@csrf @method('DELETE')
@endif
@endsection