@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