@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)
Upload
(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
Upload
(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