@extends('layouts.app')
@section('title', 'Unités')
@section('third_party_stylesheets')
@endsection
@section('breadcrumb')
- Récaputilatif
- Unités
@endsection
@section('content')
Ajouter une unité
No. |
Nom |
Nom court |
Opérateur |
Valeur d'opération |
Action |
@foreach($units as $key => $unit)
{{ $key + 1 }} |
{{ $unit->name }} |
{{ $unit->short_name }} |
{{ $unit->operator }} |
{{ $unit->operation_value }} |
|
@endforeach
@endsection
@push('page_scripts')
@endpush