@extends('layouts.master') @section('title', 'Company') @section('content')

{{ trans('label.profile') }}

{{-- --}}
@include('pages.user_profile.detail.update_modal') @include('pages.activity.detail.modal.add_activity')
@method('DELETE') @csrf
@endsection @section('script-footer') @include('pages.activity.components.sort_order_manager') @include('pages.activity.detail.list.list_chat') @include('pages.activity.detail.list.list_note') @include('pages.activity.detail.list.list_email') @include('pages.activity.detail.list.list_call') @include('pages.activity.detail.list.list_task') @include('pages.activity.detail.list.list_meeting') @include('pages.activity.detail.item.item_default') @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection