@extends('layouts.backend') @section('js_after') @endsection @section('content')

THOUGHTS REORDER

@foreach($datas as $data) @endforeach
# Title
{{ $data->content }}
@endsection