@extends('layouts.admin') @section('style') @parent @endSection @php $page_title = $recipient['mobile'] ?? 'User'; $convoLangs = [ 'txt_user_profile' => __('headings.txt_user_profile'), 'txt_user_conversation' => __('headings.txt_user_conversation'), 'txt_mobile' => __('headings.txt_mobile'), 'txt_email' => __('headings.txt_email'), 'txt_workflow' => __('headings.txt_workflow'), 'txt_no_item_display' => __('headings.txt_no_item_display'), ]; @endphp @section('content')
@endsection @section('script') @parent @endSection