@extends('layouts.admin') @section('content')
{{ trans('global.create') }} {{ trans('cruds.store.title_singular') }}
@csrf
@if($errors->has('branch_code'))
{{ $errors->first('branch_code') }}
@endif {{ trans('cruds.store.fields.branch_code_helper') }}
@if($errors->has('name'))
{{ $errors->first('name') }}
@endif {{ trans('cruds.store.fields.name_helper') }}
@if($errors->has('mobile'))
{{ $errors->first('mobile') }}
@endif {{ trans('cruds.store.fields.mobile_helper') }}
@if($errors->has('country'))
{{ $errors->first('country') }}
@endif {{ trans('cruds.store.fields.country_helper') }}
@if($errors->has('zip_code'))
{{ $errors->first('zip_code') }}
@endif {{ trans('cruds.store.fields.zip_code_helper') }}
@if($errors->has('tax_number'))
{{ $errors->first('tax_number') }}
@endif {{ trans('cruds.store.fields.tax_number_helper') }}
@if($errors->has('prefix_number'))
{{ $errors->first('prefix_number') }}
@endif {{ trans('cruds.store.fields.prefix_number_helper') }}
@if($errors->has('currency'))
{{ $errors->first('currency') }}
@endif {{ trans('cruds.store.fields.currency_helper') }}
@if($errors->has('vat_reg_no'))
{{ $errors->first('vat_reg_no') }}
@endif {{ trans('cruds.store.fields.vat_reg_no_helper') }}
@if($errors->has('cashier'))
{{ $errors->first('cashier') }}
@endif {{ trans('cruds.store.fields.cashier_helper') }}
@if($errors->has('address'))
{{ $errors->first('address') }}
@endif {{ trans('cruds.store.fields.address_helper') }}
@if($errors->has('receipt_printer'))
{{ $errors->first('receipt_printer') }}
@endif {{ trans('cruds.store.fields.receipt_printer_helper') }}
@if($errors->has('cash_drawer_codes'))
{{ $errors->first('cash_drawer_codes') }}
@endif {{ trans('cruds.store.fields.cash_drawer_codes_helper') }}
@if($errors->has('char_per_line'))
{{ $errors->first('char_per_line') }}
@endif {{ trans('cruds.store.fields.char_per_line_helper') }}
@if($errors->has('remote_printing'))
{{ $errors->first('remote_printing') }}
@endif {{ trans('cruds.store.fields.remote_printing_helper') }}
@if($errors->has('printer'))
{{ $errors->first('printer') }}
@endif {{ trans('cruds.store.fields.printer_helper') }}
@if($errors->has('order_printers'))
{{ $errors->first('order_printers') }}
@endif {{ trans('cruds.store.fields.order_printers_helper') }}
@if($errors->has('auto_print'))
{{ $errors->first('auto_print') }}
@endif {{ trans('cruds.store.fields.auto_print_helper') }}
@if($errors->has('local_printers'))
{{ $errors->first('local_printers') }}
@endif {{ trans('cruds.store.fields.local_printers_helper') }}
@if($errors->has('logo'))
{{ $errors->first('logo') }}
@endif {{ trans('cruds.store.fields.logo_helper') }}
@if($errors->has('favicon'))
{{ $errors->first('favicon') }}
@endif {{ trans('cruds.store.fields.favicon_helper') }}
@if($errors->has('preference'))
{{ $errors->first('preference') }}
@endif {{ trans('cruds.store.fields.preference_helper') }}
@if($errors->has('sound_effect'))
{{ $errors->first('sound_effect') }}
@endif {{ trans('cruds.store.fields.sound_effect_helper') }}
@if($errors->has('sort_order'))
{{ $errors->first('sort_order') }}
@endif {{ trans('cruds.store.fields.sort_order_helper') }}
@if($errors->has('feedback_status'))
{{ $errors->first('feedback_status') }}
@endif {{ trans('cruds.store.fields.feedback_status_helper') }}
@if($errors->has('feedback_at'))
{{ $errors->first('feedback_at') }}
@endif {{ trans('cruds.store.fields.feedback_at_helper') }}
@if($errors->has('status'))
{{ $errors->first('status') }}
@endif {{ trans('cruds.store.fields.status_helper') }}
@if($errors->has('shift_start'))
{{ $errors->first('shift_start') }}
@endif {{ trans('cruds.store.fields.shift_start_helper') }}
@if($errors->has('shift_end'))
{{ $errors->first('shift_end') }}
@endif {{ trans('cruds.store.fields.shift_end_helper') }}
@if($errors->has('stock_start'))
{{ $errors->first('stock_start') }}
@endif {{ trans('cruds.store.fields.stock_start_helper') }}
@if($errors->has('prefix_name'))
{{ $errors->first('prefix_name') }}
@endif {{ trans('cruds.store.fields.prefix_name_helper') }}
@endsection @section('scripts') @endsection