@extends('admin.layout') @section('content')
{{ __('Add Section') }}
{{ __('Back') }}
    @csrf

    {{ __('The higher the serial number is, the later the section will be shown') . '.' }}

    @foreach ($languages as $language)
    @php $currLang = $language; @endphp @foreach ($languages as $lang) @continue($lang->id == $currLang->id)
    @endforeach
    @endforeach
    @endsection