@extends('layouts.estimationlayout')
@section('title')
{!! trans('valuation.page_title') !!}@stop
@section('description')
{!! trans('home.meta_desc') !!}@stop
@section('styles')
@endsection
@section('bodyClass', 'noscroll')
@section('content')
@include('popups.estimation_popup')
@include('popups.video_popup')
@stop
@section('scripts')
@stop