@extends("Admin.template" ,["table"=>true]) @section("content")
{{__('messages.sections_sort')}}
    @foreach($Sections as $Section)
  • {{$Section->name}}
    @if($Section->type == 1) {{__('messages.games')}} @else {{__('messages.videos')}} @endif
  • @endforeach
@endsection @section('scripts') @endsection