@extends('admin._layouts.default') @section('content')

All Settings

@include('admin._partials.notifications')
@csrf
Common Settings
@csrf
Contact Settings
@csrf
Social Media Links
@csrf
Other Settings
@foreach($other_data as $odata)
@endforeach
@csrf
Google Login

{{route('google.login')}}

@csrf
Logo
@if(file_exists(public_path($data['logo'])))
@endif
@csrf
Small Logo
@if(file_exists(public_path($data['logo_small'])))
@endif
@csrf
Fav Icon
@if(file_exists(public_path($data['fav_icon'])))
@endif
@csrf
SMTP Settings
@include('admin._partials.footer')
@endsection @section('footer') @endsection