@extends('site_app') @section('head_title', $ad_info->ad_name.' | '.getcong('site_name') ) @section('head_url', Request::url()) @section('content')
@if($ad_info->ad_image) {{$ad_info->ad_name}} @else {{$ad_info->ad_name}} @endif

{{$ad_info->ad_name}}

{{trans('words.ad_place_of_birth')}}: {{$ad_info->ad_place_of_birth}} {{trans('words.ad_birthdate')}}: {{$ad_info->ad_birthdate?date('d F Y',$ad_info->ad_birthdate):''}} {{trans('words.ad_bio')}}: {!!$ad_info->ad_bio!!}
@if(getcong('menu_movies') and count($movies_list)>0)
@endif @if(getcong('menu_shows') and count($series_list)>0)
@endif
@endsection