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

{{ $head ?? ''}}

@if($section ?? '' && $section->id) @method('PUT') @endif @csrf @foreach($languages as $language)
@endforeach
image ?? "")}}"/>
Choose
@if($section ?? '' && $section->id) @foreach($items as $key=>$row) @if($key%2 == '0' || $key == '0' )
@endif
@if($key%2 != 0)
@endif @endforeach @endif
@endsection @section('inner_js') {{-- --}} @endsection