@extends('admin.layout.master') @section('title', __('admin.inputs')) @section('content')

{{ __('labels.question') }}

@csrf
{{-- إدخال السؤال لكل لغة --}} @foreach(Config::get('laravellocalization.supportedLocales') as $key => $lang)
@endforeach

{{ __('labels.option') }}

@foreach(Config::get('laravellocalization.supportedLocales') as $key => $lang)
@endforeach


@endsection @section('scripts') @endsection