@extends('layouts.stores_dashboard_layout') @section('title') {{trans('stores_dashboard.contact_us')}} @endsection @section('style') @endsection @section('content')
{{trans('stores_dashboard.contact_us')}}

{{trans('stores_dashboard.contact_us_desc')}}

@csrf
{{trans('stores_dashboard.contact_us')}}
@endsection @section('scripts') @endsection