@extends('layout.master', ['headerTitle' => 'Work Type Details']) @section('style') @endsection @section('body')

Work Type Details

ID {{$workType->id}}
Name {{ucwords($workType->name)}}
@endsection