@extends('admin.layout.app') @section('content')

Order Type Management

@foreach($ordertype_list as $key=>$order_type) @if($order_type->status=='1') @else @endif @endforeach
S No. Name Status Action
{{$key+1}} {{$order_type->name ?? ''}}ActiveDeactive
@endsection