@extends('layout.container') @section('title', 'Reorder page') @section('content')
{{$lpage['name']}}
@foreach ($data as $order) {{-- {{$order}} --}}
{{ readCodeType($order['type']) }} {{-- {{$order['type']}} --}}
@endforeach
@csrf

To Reset the Order Refesh the page and submit without change

@verbatim @endverbatim @endsection