@extends('admin.layouts.sellermastersoyuz') @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 @php $setting = App\Invoice::where('user_id',Auth::user()->id)->first(); @endphp
@if ($errors->any()) @endif
{{ __('Seller Invoice Setting') }}
@csrf
@if(isset($setting)) @else @endif
@if(isset($setting)) @else @endif
@endsection