@extends('layouts.master') @section('title', 'file') @section('content')
{{ trans('label.new') }} {{ trans('label.export') }} {{-- view type --}}
@php $user = auth()->user(); $company = $user->company; @endphp @if ($company->sub_domain == 'dev') @endif
{{-- search --}} {{-- @include('pages.form.components.search') --}} {{-- item chi hien thi khi xem table list --}}
{{-- sort_order --}} {{-- end sort_order --}} {{-- manage_columns --}} {{-- end manage_columns --}} @include('includes.pagination-dropdown')
dashboard view
@include('pages.form_trainee_cv.components.list')
{{--
Loading...
{{ trans('label.no_record') }} --}}
@include('pages.form_trainee_cv.components.add_modal') @include('pages.form.components.modal_export', ['label_form_no' => trans('trainee_cv.trainee_cv_no')]) @include('pages.form.components.modal_download_exported')
@endsection @section('script-footer') {{-- --}} @include('pages.form.components.calendar') @include('pages.form.components.grid') @include('components.common.columns_manager') @include('components.common.sort_order_manager') {{-- --}} @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection