@extends('admin.layouts.sellermaster') @section('title', 'Seller Invoice Setting') @section('body') @component('seller.components.breadcumb',['secondactive' => 'active']) @slot('heading') {{ __('Seller Invoice Setting') }} @endslot @slot('menu1') {{ __('Seller Invoice Setting') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Seller Invoice Setting') }}
@csrf
Upload
Upload
@if(isset($setting)) @else @endif
@if(isset($setting)) @else @endif
@endsection