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

NEWS REORDER

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