@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')
@method('DELETE') @csrf
@endsection @section('script-footer') {{-- --}} {{-- --}} @include('pages.activity.components.sort_order_manager') @include('components.card.card_system_properties') {{-- xu ly collapse_all --}} @if ($model->init_password === 0) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection