@extends('admin.layouts.container') @section('content')

{{$head ?? '' }}

@if($article ?? '' && $article->id) @method('PUT') @endif @CSRF
@foreach($languages as $language)
@endforeach

{{ __('web.participants') }}

@foreach($participants as $row)
{{__('web.'.$row)}}
@endforeach
{{--Start image container--}}
image ?? "")}}"/>
Choose
{{--End image container--}} {{--
logo ?? "")}}"/>
--}}
@endsection @section('inner_js') @endsection