@extends('admin.base') @section('title') AKIRO-projet|Voir les détails @endsection @section('body')
Client: |
{{$projet->client}} |
Description |
{{$projet->description}} |
Type |
{{$projet->type}} |
Evolution |
@if($projet->status==1) Réalisé @else En cours @endif |
Référence |
@if($projet->reference==1) Oui @else Non @endif |