@extends('admin.layouts.master') @section('css') @endsection @section('page-header') @endsection @section('content')
    @foreach($order_by as $order)
  • {{$order->on_boarding_order_by}} - {{$order->header_text}}
  • @endforeach
{{config('languageString.cancel')}}
@endsection @section('js') @endsection