@extends('layouts.app')
@section('title', $guarantee->name)
@section('content')
{{ $guarantee->code }}{{ $p->code }}
@if($p->pivot->is_required)
{{ __('app.required') }}
@else
{{ __('app.optional') }}
@endif