@extends('layouts.app') @section('title', 'Units') @section('third_party_stylesheets') @endsection @section('breadcrumb') @endsection @section('content')
Add Unit
@foreach($units as $key => $unit) @endforeach
No. Name Short Name Operator Operation Value Action
{{ $key + 1 }} {{ $unit->name }} {{ $unit->short_name }} {{ $unit->operator }} {{ $unit->operation_value }}
@endsection @push('page_scripts') @endpush