@extends('layouts.app') @push('page-styles') @endpush @section('page-content')
{{ __('Create Estimate') }}
@csrf
{{ __('Item') }} {{ __('Description') }} {{ __('Unit Cost') }} {{ __('Qty') }} {{ __('Amount') }}
{{ __('Sub Total') }}
{{ __('Tax') }} (%)
{{ __('Discount') }} %
{{ __('Grand Total') }} {{ LocaleSettings('currency_symbol') }}
@endsection @push('page-scripts') @endpush