@extends('backend.master') @section('title') {{ @$data['title'] }} @endsection @section('content')
{{-- bradecrumb Area S t a r t --}} {{-- bradecrumb Area E n d --}}

{{ _trans('landlord.Name')}}

{{ $data['contact']->f_name }} {{ $data['contact']->l_name }}

{{ _trans('landlord.Email')}}

{{ $data['contact']->email }}

{{ _trans('landlord.Phone Number')}}

{{ $data['contact']->phone_number }}

{{ _trans('landlord.Date')}}

{{ $data['contact']->created_at }}

{{ _trans('landlord.Reason')}}

{{ $data['contact']->reason }}

{{ _trans('landlord.Order No')}}

{{ $data['contact']->order_no }}

{{ _trans('landlord.Message')}}

{{ $data['contact']->message }}

@endsection