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

{{ __('orders.create') }}

@csrf

1. {{ __('orders.order_basics') }}

2. {{ __('orders.items_clothes') }}

Yeni Ürün Kalemi

{{ app('current_company')->currency?->symbol ?? '₺' }}

3. {{ __('orders.payments_notes') }}

{{ app('current_company')->currency?->symbol ?? '₺' }}
{{ app('current_company')->currency?->symbol ?? '₺' }}
0.00 {{ app('current_company')->currency?->symbol ?? '₺' }}
{{ __('common.cancel') }}
@endsection @push('scripts') @endpush