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

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

@csrf @method('PUT')
{{ __('admin.back') }} @if ($contact->contactable) {{ __('admin.replay') }} @endif
@endsection @section('js') @endsection