@extends('layout.master') @push('plugin-styles') @endpush @section('title', __('dashboard.New order')) @section('content')
{{ __('dashboard.New order') }}
@csrf
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush