@extends('admin.layout.master') @section('css') @endsection @section('content') {{ __('admin.the_resolution_of_inquiry') }} @csrf @method('PUT') {{ __('admin.user_name') }} {{ __('admin.phone') }} {{ __('admin.title') }} {{-- {{ __('admin.email') }} --}} {{ __('admin.complaining') }} {{ $contact->complaint }} @if ($contact->replays()->exists()) {{ __('admin.admin_replay') }} {{ $contact->replays()->first()?->replay }} @endif {{ __('admin.back') }} @if (\App\Models\User::where('phone', $contact->phone)->exists() && !$contact->replays()->exists()) {{ __('admin.replay') }} @endif {{ __('admin.the_replay') }} × @csrf {{ __('admin.the_replay') }} @endsection @section('js') @endsection