@extends('web_site.layouts.master') @section('content')
@if($one_data && $one_data->images && $one_data->images->isNotEmpty())
@endif

{{$one_data->title}}

{!! $one_data->details !!}
@if($one_data->main_pdf) @endif @if($services) @endif
@endsection