@extends('backend.master') @section('title', 'General Settings') @section('content')
@can('website_settings')
@csrf
  Website Info
@endcan @can('contact_settings')
@csrf
  Contacts
@endcan @can('socials_settings')
@csrf
  Social Links
@endcan @can('style_settings')
@csrf
  Style Settings
( 260x60 px ) - Extensions: .png, .jpg, .jpeg, .gif, .svg

( 32x32 px ) - Extensions: .png, .jpg, .jpeg, .gif, .svg
( 180x180 px ) - Extensions: .png, .jpg, .jpeg, .gif, .svg

   
@endcan @can('custom_settings')
@csrf
  Custom CSS
@endcan @can('notification_settings')
@csrf
  Notification Settings
   
   
@endcan @can('website_status_settings')
@csrf
  Website Status
   
@endcan @can('invoice_settings')
@csrf
  Invoice Settings
@endcan
@endsection @push('script') @endpush