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

 Add New User {{-- --}}
{{$errors->has('product_id')? $errors->first('product_id') :" "}}

Deactive Active
{{--
--}}
{{-- --}} No Send
@endsection