@extends('layouts.app') @section('content')
{{ _lang('View Product') }}
{{ _lang('Service Name') }}{{ $item->item_name }}
{{ _lang('Service Cost') }}{{ decimalPlace($item->service->product_cost, currency()) }}
{{ _lang('Description') }}{{ $item->service->description }}
@endsection