@extends('website.layouts.master') @section('title', __('tr.Support')) @section('content') @include('website.layouts.title', ['simple'=>true])
@if(Session::has('message'))
@lang('tr.Success'), {{session()->pull('message')}}
@endif @if(Session::has('error'))
@lang('tr.Error'), {{session()->pull('error')}}
@endif
@if(App::getLocale()=='en') Before submitting any question, If you have any question about admission or studying in the College of Engineering, please click on this link to read quick answers to common questions. @else إذا كان لديك أي سؤال حول القبول أو الدراسة في كلية الهندسة، يرجى الضغط على هذا الرابط لقراءة إجابات سريعة للأسئلة الشائعة @endif

{{ csrf_field() }}
@if(env('APP_DEBUG') == false)

@endif
{{ csrf_field() }}
@lang('tr.To hide your identity, you can keep the name empty')
@if(env('APP_ENVIRONMENT') == "production")

@endif

@endsection @section('pagejs') @endsection