@extends("Admin.template" ,["table"=>true]) @section("content")
{{__('messages.contents_sort')}}
    @foreach($Contents as $Content)
  • {{$Content->name}}
  • @endforeach
@endsection @section('scripts') @endsection