@extends('layouts.frontend') @section('content')
| {{ trans('cruds.workHistory.fields.id') }} | {{ $workHistory->id }} |
|---|---|
| {{ trans('cruds.workHistory.fields.company') }} | {{ $workHistory->company }} |
| {{ trans('cruds.workHistory.fields.title') }} | {{ App\Models\WorkHistory::TITLE_SELECT[$workHistory->title] ?? '' }} |
| {{ trans('cruds.workHistory.fields.description') }} | {{ $workHistory->description }} |