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

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

@csrf @method('PUT')
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}}
@if ($complaint->replays()->exists())
@endif
{{ __('admin.back') }} @if (!$complaint->replays()->exists()) {{ __('admin.replay') }} @endif
@endsection @section('js') @endsection