@extends('admin.layout.master') @section('css') @endsection @section('content') {{ __('admin.the_resolution_of_complaining_or_proposal') }} @csrf @method('PUT') {{ __('admin.user_name') }} {{ __('admin.phone') }} {{-- --}} {{-- --}} {{-- {{ __('admin.email') }}--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{ __('admin.complaints_type') }} {{ __('admin.complaining') }} {{ $complaint->complaint }} @if ($complaint->replays()->exists()) {{ __('admin.admin_replay') }} {{ $complaint->replays()->first()?->replay }} @endif {{ __('admin.back') }} @if (!$complaint->replays()->exists()) {{ __('admin.replay') }} @endif {{ __('admin.the_replay') }} × @csrf {{ __('admin.the_replay') }} @endsection @section('js') @endsection