@extends('layouts.app') @section('title') unit Category Detail @stop @section('breadcrumb') @stop @section('content')

Unit Category Information


Name {{$category->name}}
Amount {{$category->percent}}
Is Percent @if($category->is_percent) YES @else NO @endif
Updated at {{$category->updated_at}}
Created at {{$category->created_at}}
@stop