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

{{ trans('specific_skills_employ_contract_vn.specific_skills_employ_contract_vn') }}

@if ($type == 'edit') {{ trans('label.cancel') }} @else {{ trans('label.edit') }} @endif
@csrf
@include('pages.specific_skills_employ_contract_vn.component.specific_skills_employ_contract_vn')
@endsection @section('script-footer') @if (session('changePasswordAlert')) @endif @if ($errors->any()) @endif @if (session('error')) @endif @if (session('success')) @endif @endsection