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

Type Details

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