@extends('admin.layouts.sellermastersoyuz') @section('title',__("Seller Invoice Setting").' | ') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('staticwords.SellerInvoiceSetting') }} @endslot @slot('menu1') {{ __('staticwords.SellerInvoiceSetting') }} @endslot @endcomponent @php $setting = App\Invoice::where('user_id',Auth::user()->id)->first(); @endphp
@if ($errors->any()) @endif
{{ __('staticwords.SellerInvoiceSetting') }}
@csrf
{{__('staticwords.Upload')}}
{{__('staticwords.Upload')}}
@if(isset($setting)) @else @endif
@if(isset($setting)) @if($setting->seal !="") {{ __('staticwords.Delete Seal') }} @endif @endif
@if(isset($setting)) @else @endif
@if(isset($setting)) @if($setting->sign!="") {{ __('staticwords.Delete Sign') }} @endif @endif
@endsection @section('custom-script') @endsection