@extends('layouts.master') @section('styles') @endsection @section('header-title') Supplier Quality - Policies @endsection @section('content')

Configure Policies

Here you can see all the policies used in the QPRs.

• If the policy is updated, it will apply only for new QPRs.

@foreach( $plants as $plant )
{{$plant->name}}
International Language
{!! $plant->activePolicy->international ?? 'No Policy yet.' !!}
Local Language
{!! $plant->activePolicy->local ?? 'No Policy yet.' !!}
@endforeach
@endsection @section('plugin-scripts') @endsection @section('app-scripts') @endsection