@extends('Layouts.loginSellerLayout') @section('title') {{__('Wellcome Seller')}} @endsection @section('content')
{{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}}

{{__('Congratulations')}}!

{{__('After Entering The Seller Panel Dashboard You Can View Your Business Information By Entering Your Profile Page')}}.

@if(\Illuminate\Support\Facades\Auth::user()->seller!=null) {{__('Log In To The Seller Panel')}} @else {{__('Your Panel Is Being Checked')}} @endif
@endsection