@extends('layouts.app') @section('content')
@php $editing = isset($npT) @endphp
@php $floors = DB::table('np_ts')->select('floor')->distinct()->get(); @endphp
@php $machineTypes = DB::table('np_ts')->select('machine_type')->distinct()->get(); @endphp
@endsection