@extends('layouts.app') @section('style') @stop @section('content')
@lang('layout.ProjectWorkTypeDetails')
@lang('layout.Title') @lang('layout.Data')
@lang('layout.CategoryId') {{$workType->id}}
@lang('layout.CategoryName') {{$workType->name}}
@lang('layout.Description') {{$workType->description}}
@lang('layout.CreatedAt') {{convertDate($workType->created_at)}}
@lang('layout.UpdatedAt') {{convertDate($workType->updated_at)}}
@endsection