@extends(auth()->user()->hasRole('Търговски представител') || auth()->user()->hasRole('Външен търговски представител') ? 'layouts.app_mobile' : 'layouts.app') @section('link') @endsection @section('style') @endsection @section('content')
@include('shared.messages')

{{__('texte.representatives_arr.objects.list.all_objects')}}

{{__('texte.representatives_arr.objects.list.to_route')}}

{{__('texte.representatives_arr.objects.list.all_objects')}}

@if(count($representative_objects)>0) @foreach($representative_objects as $representative_object) @endforeach @else

{{__('texte.representatives_arr.objects.list.no_objects_added')}}

@endif
@endsection