@extends('layouts.main') @section('title', (isset($rec->id)) ? __('form.edit_invoice') : __('form.create_new_invoice')) @section('content')
| @lang('form.task') | @lang('form.rate') | @lang('form.decimal_time')/@lang('form.quantity') | @lang('form.sub_total') | @lang('form.action') |
|---|---|---|---|---|
| @{{ item.description }} | @{{ item.rate }} | @{{ item.quantity }} | @{{ item.formatted_sub_total }} | @lang('form.add_to_invoice') |