@extends('admin.layouts.sellermaster') @section('title','Seller Invoice Setting |') @section('body') @php $setting = App\Invoice::where('user_id',Auth::user()->id)->first(); @endphp
Seller Invoice Setting
@csrf

 

Preview
@if(isset($setting)) @endif
Preview
@if(isset($setting)) @endif
@endsection