@extends('layout.app') @section('title') {{ __('New Cost Estimate') }} @endsection @push('head') @endpush @section('content')
@csrf

{{ __('Create Cost Estimate') }}

{{ __('Materials') }}
{{ __('Material') }} {{ __('Quantity') }} {{ __('Unit Price') }} {{ __('Subtotal') }}
{{ __('Materials Total') }}
{{ __('Licensing Fees') }}
{{ __('Method/Other Fees') }}
{{ __('Grand Total') }}

@endsection