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

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

@include('pages.file_template.detail.card_detail')
{{--
(( item.name ))
--}}
@include('pages.activity.detail.list.list_activity')
{{-- --}}
Loading...
@include('pages.file_template.components.add_modal') @include('pages.file_template.detail.modal.update_modal') @include('pages.file_template.detail.modal.modal_download_exported_file') @include('pages.activity.detail.modal.add_activity')
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('components.common.sort_order_manager') @include('components.card.card_system_properties', [ 'prop_model' => $model, 'sys_edit' => trans('file_template.sys_edit'), 'project_type' => $project_type, 'id' => $id ]) {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection