@extends('layout.container') @section('title', 'Remove') @section('content')
{{$lpage['name']}}
@csrf
Content Type
New Action
@foreach ($data as $order)
{{-- {{$order['id']}} --}} {{-- {{$order['status']}} --}}
{{-- {{$order['type']}} --}} {{ readCodeType($order['type']) }}
@endforeach
@endsection