@extends('admin.layout.master') @section('css') @endsection @section('content') @php $canReply = ! $contact->reply && $contact->contactable_type && $contact->contactable_id; @endphp

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

@csrf @method('PUT')
@if (! empty($contact->getAttributes()['image']) && $contact->getAttributes()['image'] !== 'default.png')
@endif @if ($contact->reply)
@endif
@if ($canReply) @endif
@endsection @section('js') @endsection