@extends('admin.layouts.master-soyuz') @section('title',__('Edit Invoice Setting')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Home') }} @endslot @slot('menu1') {{ __("Invoice Setting") }} @endslot @slot('menu2') {{ __("Invoice Setting") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('Invoice Setting') }}
{{csrf_field()}}
({{__("Please Enter Order Prefix")}})
({{__("Please Enter Prefix")}})
({{__('Please Enter Postfix')}})

{{__('Note')}}
  • {{__('Invoice No. is That Like From Where you want to Start Your Invoice No.')}}
  • {{__('If your')}} {{__('Prefix')}}: {{__("ABC")}}, {{__("Postfix")}}: {{__('XYZ or')}} Invoice No. Start From : 001
  • {{__("Than your first Invoice no. will be:")}} ABC001XYZ
({{__("Please Enter COD Prefix")}})
({{__("Please Enter COD Prefix")}})
({{__('Enter terms which display on invoice bottom')}})
({{__("It will display on Invoice at bottom right")}})
@php $seal = @file_get_contents(public_path().'/images/seal/'.$Invoice->seal); @endphp @if($seal)

{{__("Preview")}}:

{{ $Invoice->seal }} @else

{{ __('No Image Found !') }}

@endif
({{__("It will display on Invoice at bottom left")}})
@php $sign = @file_get_contents(public_path().'/images/sign/'.$Invoice->sign); @endphp @if($sign)

{{__("Preview")}}:

{{ $Invoice->sign }} @else

{{ __('No Image Found !') }}

@endif
@endsection