@extends('layouts.dashboard.superadminapp') @section('title', 'Production Board') @push('styles') @endpush @section('content')

Production Board

Back to List
@php $total = $routeCard->processes->count(); $done = $routeCard->processes->where('status', 'approved')->count(); $percent = $total ? round(($done / $total) * 100) : 0; @endphp @endsection @push('scripts') @endpush