@extends('layouts.backend',['page_title'=>'view page']) @section('content-header')

اتصل بنا

@stop @section('content')

{{ trans('backend.show_form') }}

{{$contact->name}}
{{$contact->mobile}}
{{$contact->phone}}
{{$contact->email}}
{{$contact->company}}
{{$contact->adress}}
{{$contact->message}}
@stop