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

Unit Details

ID {{$unit->id}}
Code {{strtoupper($unit->code)}}
Name {{ucwords($unit->name)}}
KG Value {{$unit->kg_value}}
@endsection