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

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

@include('pages.customer.detail.card.card_detail') @include('pages.customer.detail.card.card_summary') @include('pages.customer.detail.card.card_nationality') @include('pages.customer.detail.card.card_trainee_count') @include('pages.customer.detail.card.card_missing_person') @include('pages.customer.detail.card.card_system_properites')
{{--
(( item.name ))
--}}
@include('pages.activity.detail.list.list_activity')
{{-- --}} @include('pages.customer.detail.card.card_trainee_list_note')
@include('pages.customer.detail.modal.modal_add_customer_staff') @include('pages.customer.detail.modal.modal_update_customer_staff')
Loading...
@include('pages.customer.detail.modal.update_modal') @include('pages.customer.components.add_modal') @include('pages.activity.detail.modal.add_activity')
@method('DELETE') @csrf
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('pages.activity.components.sort_order_manager') {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection