@extends('front.pages.account.index')
@section('account_title')
{{__('Support')}}
@endsection
@section('account_css')
@endsection
@section('account_content')
{{__('Support')}}
{{__('Feel free to contact us')}}
@endsection
@section('account_scripts')
@endsection