@extends('admin.layout.master') @section('css') @endsection @section('content')

{{ __('admin.the_resolution_of_inquiry') }}

@csrf @method('PUT')
{{--
--}}
@if ($contact->replays()->exists())
@endif
{{ __('admin.back') }} @if (\App\Models\User::where('phone', $contact->phone)->exists() && !$contact->replays()->exists()) {{ __('admin.replay') }} @endif
@endsection @section('js') @endsection