@extends('layouts.main_without_top_button') @section('navigation') @stop @section('title') CONTACT PERSON PROFILE @stop @section('contentinner')
@include('contact_persons.profile.includes.personal_info')
@include('contact_persons.profile.includes.company_info')
@include('contact_persons.profile.includes.contacts')
@stop