@extends('admin.layouts.sellermastersoyuz') @section('title',__("Seller Invoice Setting")) @section('body') @php $setting = App\Invoice::where('user_id',Auth::user()->id)->first(); @endphp @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Seller Invoice Setting') }}
@csrf
@if(isset($setting)) @else @endif
@if(isset($setting)) @else @endif
@endsection