@extends(!in_array(\Auth::user()->role, [10, 15]) ? 'layout' : 'layoutfrontdesk')
@section('title', 'Purchase Order | create')
@section('content')
	
	
	
	
	
        @php
            if ($purchase_request_status == 1) {
                $check_disabled = "disabled";
            }else{
                $check_disabled  = "";
            }
            // dd($check_disabled);
        @endphp