@php
use App\Models\Permission;
@endphp
@extends('layouts.main')
@section('title')
PIM | Data Purchase Request
@endsection
@section('headertitle')
Data Purchase Request
@endsection
@section('breadcrumb')
Home
Purchase Request
Requested
@endsection
{{-- @section('cssatas')
@endsection --}}
@section('content')
@if (session('message'))
{{ session('message') }}
@endif
| Header_id |
Description |
Status |
@endsection
@section('jsbawah')
@endsection