@extends('admin/layout') @section('title') {{ labels('admin_labels.firebase_settings', 'Firebase Settings') }} @endsection @section('content') @php $user = auth()->user(); $role = auth()->user()->role->name; @endphp

{{ labels('admin_labels.firebase', 'Firebase') }}

{{ labels('admin_labels.seamlessly_integrate_and_leverage_firebase_capabilities', 'Seamlessly Integrate and Leverage Firebase Capabilities') }}

@csrf
{{ labels('admin_labels.firebase_settings', 'Firebase Settings') }}

"If you have web application than field below Google and Facebook Credentials"

@endsection