@extends('admin.layouts.master-soyuz') @section('title',__('Edit Invoice Setting')) @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Edit') }} {{ __('Invoice Setting') }}
  • {{__('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
{{csrf_field()}}
({{__("Please Enter Order Prefix")}})
({{__("Please Enter Prefix")}})
({{__('Please Enter Postfix')}})

({{__("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