@extends('layouts.master') @section('title') {{ trans_choice('general.client',1) }} {{ trans_choice('general.relationship',2) }} @endsection @section('content')

{{ trans_choice('general.client',1) }} {{ trans_choice('general.relationship',2) }}

@if(Sentinel::hasAccess('products.client_relationships.create')) {{ trans_choice('general.add',1) }} {{ trans_choice('general.relationship',1) }} @endif
@foreach($data as $key) @endforeach
{{ trans('general.name') }} {{ trans_choice('general.action',1) }}
{{ $key->name }}
@endsection @section('footer-scripts') @endsection