@extends('layouts.back-end.app') @section('title', translate('contact_View')) @section('content')
{{translate('name')}}: | {{$contact['name']}} |
{{translate('mobile_no')}}: | {{$contact['mobile_number']}} |
{{translate('email')}}: | {{$contact['email']}} |