@extends('layouts.master') @section('title', 'file') @section('content')
@if ($viewType == 'form')

{{ trans('file.form') }}

@else

{{ trans('file.file') }}

@endif
@include('pages.file.detail.card_detail') @if ($viewType == 'form') @include('pages.file.detail.card_customer') @include('pages.file.detail.card_file_template') @endif @include('pages.file.detail.card_system_properites')
@if ($viewType == 'form')
(( item.name ))
@endif
@include('pages.activity.detail.list.list_activity')
@if ($viewType == 'file')
Loading...
@endif @if ($viewType == 'form')
@endif
@include('pages.file.detail.modal.update_modal') @include('pages.activity.detail.modal.add_activity') @include('pages.file.detail.modal.modal_download_file') @include('pages.file.detail.modal.modal_download_exported_file')
@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