@extends('layouts.app') @section('title', 'Company Settings') @section('content')
@csrf

Company Information

Tax Information

Company Logo

@if($setting->company_logo ?? false) Company Logo @else
@endif
@if($setting->company_logo ?? false) @else @endif
@if(auth()->user()->isSuperAdmin())

Dashboard Banner

@if($setting->banner ?? false) Dashboard Banner @else
@endif
@if($setting->banner ?? false) @else @endif
@endif

Address

Invoice & Product Settings

Cancel Save Settings
@endsection