@php
use App\Models\Permission;
@endphp
@extends('layouts.main')
@section('title')
ALL DATA | Data Miss Match PR
@endsection
@section('headertitle')
Data Miss Match PR
@endsection
@section('breadcrumb')
Home
Miss Match PR
Monitoring
@endsection
{{-- @section('cssatas')
@endsection --}}
@section('content')
@if (session('message'))
{{ session('message') }}
@endif
All Data
| ITEM CODE |
MASTER DESCRIPTION |
ADD BY |
TOTAL MISS MATCH |
ACTION |
@endsection
@section('jsbawah')
@endsection