@extends('backend.layouts.main') @section('content')

{{$subtitle}}

{{ Breadcrumbs::render('backend.data.index') }}
@include('backend.partials.msg') @include('backend.partials.errors')
@if(auth()->guard('backend')->user()->can('data.import'))

Nhập dự án

Nhập dữ liệu theo file mẫu
File mẫu
{{ csrf_field() }}

Nhập dự án theo định dạng cũ (export từ web Thiên Minh)

Chỉ khu vực HCM
File mẫu
{{ csrf_field() }}
@endif @if(auth()->guard('backend')->user()->can('data.export'))

Xuất dự án

@endif
@endsection @section('script') @stop