@extends('layouts.app') @section('title', 'Editer la fiche technique') @section('content')

@if ($property->dataSheet) Modifier @else Importer @endif la fiche technique pour la propriété {{ $property->name }}

@csrf @if ($property->dataSheet) Ficher actuel = {{ $property->dataSheet->original_name }} Télécharger @endif
@endsection