@extends('layouts.app')
@section('title', 'Dashboard')
@section('content')
@csrf
{{-- Alert Messages --}}
@include('common.alert')
{{-- Page Content --}}
Production Control Frontier Graph Analysis
PLACED ORDERS THROUGH CHANNELS
@endsection
@section('scripts')
@endsection