@extends('layouts.front') @push('css') @endpush @section('content')

{{ $ps->side_title }}

@csrf @includeIf('includes.user.form-both')

@lang('Address info'):

@php echo $ps->street; @endphp

@lang('Call Us'):

{{ $ps->phone }}

@lang('Drop A Mail'):

@lang('Drop mail we will contact you within 24 hours.')

{{ $ps->contact_email }}

@include('partials.front.cta') @include('partials.front.footer') @endsection @push('js') @endpush