@extends('layouts.dashboard.adminapp') @section('title', 'Manufacturing Plan Board') @section('content') {{-- Success Message --}} @if(session('success')) @endif {{-- Error Message (Controller or manual error) --}} @if(session('error')) @endif {{-- Validation Errors --}} @if ($errors->any()) @endif

Manufacturing Plan Board

← Back
@endsection @push('scripts') @endpush