@extends('layouts.app') @section('styles') @parent @endsection @section('scripts') @parent @endsection @section('content')
{!! csrf_field() !!}
@include('includes.catalogs')
{{trans('client.price.width')}}: {{(int)$width_c}} cm
{{trans('client.price.height')}}: {{(int)$height_c}} cm
{{trans('client.price.size')}}: {{(int)((int)$height_c*(int)$width_c)}} cm2
@if(isset($h)) {{trans('client.shchedule.time of work')}}: {{$h}} h
@endif
{{trans('client.price.total sum')}}: {{$sum}}

@if(isset($picture)) @endif

@endsection