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

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

{{-- --}}
@include('pages.company.detail.modal.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.profiles.detail.list.list_invoice') @include('pages.profiles.detail.list.list_document') @include('pages.profiles.detail.list.list_function') @include('pages.activity.detail.list.list_chat') @include('pages.activity.detail.item.item_default') @include('pages.activity.detail.list.list_call') @include('pages.activity.detail.list.list_email') @include('pages.activity.detail.list.list_note') @include('pages.activity.detail.list.list_task') @include('pages.activity.detail.list.list_meeting') @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection