{{__('Branch')}} :
{{ !empty($indicator->branches)?$indicator->branches->name:''}}
{{__('Department')}} :
{{ !empty($indicator->departments)?$indicator->departments->name:'' }}
{{__('Designation')}} :
{{ !empty($indicator->designations)?$indicator->designations->name:'' }}
@foreach($performance as $performances)
@endforeach