@extends('oee') @section('title', $page_title) @push('css') @endpush @push('js') {{-- --}} @endpush @section('content')

{{$page_title}}

@for ($i = 0; $i < 16; $i++)
Machine {{$i}}
Stock FG
Stock Material
@endfor
@endsection