@extends('db::layouts.app') @section('head') @endsection @section('content')
Order Form
{{ csrf_field() }}




Title View Down Delete

@if(Auth::user()->can('pp_customer_order_create_save'))
@endif

@if(Auth::user()->can('pp_customer_order_create_submit'))
@endif
@endsection @section('script') @endsection