@extends('layouts.app') @section('content')
Back
Add a connection for {{$supplier->nickname}} ({{$supplier->name}})
{{ csrf_field() }} @if($supplier->documents==0)
@if ($errors->has('bonusRule')) {{ $errors->first('bonusRule') }} @endif
@if ($errors->has('percentage')) {{ $errors->first('percentage') }} @endif
@if ($errors->has('threshold')) {{ $errors->first('threshold') }} @endif
@endif
@if(!count($partners)) There are no available new partners to connect to. @endif @foreach($partners as $partner)
@endforeach {{-- --}} @if ($errors->has('partner')) {{ $errors->first('partner') }} @endif
@endsection