@extends('main') @section('title', 'Контакты') @section('content')
@foreach($contacts as $contact)

{{ $contact->getRole() }}

@endforeach
@endsection @section('breadcrump') @endsection