@extends('layouts.dashboard_2')
@section('title', 'Contact us Details')
@section('content')
Contact us Details
البريد الإلكتروني :
{{$data->email}}
الهاتف :
{{$data->phone}}
إضافةress :
{{$data->address}}
@include('dashboard.includes.footer')
@stop
@section('script')
@stop