@extends('layouts.master_app') @section('title') {{$proposal->name}} @endsection @section('css') @endsection @section('content')
Fecha:
Folio #
Concepto Cantidad Precio unitario Total
@{{item.total | currency }}
@if($proposal->status->id != 2 ) Agregar concepto @endif
Subtotal
$ @{{formData.subtotal_costs}}
Total $ @{{ (formData.subtotal_costs - (formData.subtotal_costs * (discount /100 )) )* (1+(tax_amount/100)) | number : fractionSize }}
@if($proposal->created_at != $proposal->updated_at) @endif @if(\Auth::user()->person->employee->rol->name == 'admin')
@endif
@if($proposal->payment == null)
@endif
@endsection @section('js') @endsection