@extends('web.layouts.container') @section('css') @endsection @section('content') {{__('main.home')}} {{__('otherRequests.others')}} {{__('otherRequests.others')}} {{__('otherRequests.other_request_topic_id')}} {{__('otherRequests.other_request_topic_id')}} @if(count($requestTopics)) @foreach($requestTopics as $requestTopic) {{$requestTopic->name}} @endforeach @endif {{__('otherRequests.request_type')}} {{__('otherRequests.details')}} {{__('otherRequests.attachments')}} {{__('otherRequests.attachment_file')}} {{__('otherRequests.attachment_more_file')}} @if(auth()->check() && auth()->user()->role == 'user') {{__('otherRequests.send_request')}} @else {{__('otherRequests.send_request')}} @endif