@extends('web.layouts.container') @section('css') @endsection @section('content')

{{__('otherRequests.others')}}

{{__('otherRequests.other_request_topic_id')}}
{{__('otherRequests.request_type')}}
{{__('otherRequests.details')}}
{{__('otherRequests.attachments')}}
{{__('otherRequests.attachment_more_file')}}
@if(auth()->check() && auth()->user()->role == 'user') @else @endif
@endsection @section('inner_js') @endsection