@extends('crudbooster::admin_template') @push('head') @endpush @push("bottom") @endpush @section('content')
Edit Order Data
{{$errors->has('user_id')? $errors->first('user_id') :" "}}

@if($order->api_order_id)
@endif
{{$errors->has('product_id')? $errors->first('product_id') :" "}}

order_status == 1)? 'checked':" "}} name="order_status" data-toggle="toggle" data-toggle="dropdown-menu" data-size="small" data-on="Active" data-off="Deactive" data-offstyle="danger">
{{-- @if ($orderStartDate != null) --}}
@endsection