@extends('entity.app') @section('title' , __('form.create') .' ' . __('employee.contract_type')) @section('content') @include('components.errors')
@lang('form.create') @lang('employee.contract_type')
@csrf
@lang('form.back')
@endsection