@extends('layouts.app') @section('content')

Order Types

Manage your order types other than the general types here.

ORDER TYPES

Do you have any other order types in your business?

You can add or modify your the order types for your business here, you can use
these types while setting your sales. You can have reportings based on these
order types.

Partner Title
Description
@if(!empty($data["selected"])) @foreach($data["selected"] as $order)
@endforeach @endif

Do you want to delete?

@endsection @section('admin_css') @stop @section('admin_js') @include('admin.js.order-type') @stop