@can('General Settings MRF Limit')
@endcan
@can('General Settings PO Important Note')
@endcan
@can('General Settings Spec Break')
@endcan
@can('General Settings Initial Ref No')
@if(Auth::user()->id == 1)
@endif
@endcan
@can('General Settings PR Approval')
@if(Auth::user()->id == 1)
@endif
@endcan