@extends('admin.layout.master') @section('css') @endsection @section('content') {{ __('admin.the_resolution_of_contact') }} @csrf @method('PUT') {{ __('admin.user_name') }} {{ __('admin.phone') }} {{ __('admin.email') }} {{ __('admin.type') }} {{ __('admin.title') }} {{ __('admin.contact') }} {{ $contact->message }} {{ __('admin.back') }} @if ($contact->contactable) {{ __('admin.replay') }} @endif {{ __('admin.the_replay') }} × @csrf {{ __('admin.the_replay') }} @endsection @section('js') @endsection