@extends('frame') @section('frameContent')
{{ __('Ajánlatkérés') }}
{!! \App\StaticContent::where('flag','ajanlatkeres-done')->where('lang', app()->getLocale())->first()->content !!}
@endsection