@extends('layouts/layoutMaster') @section('title', 'Setting') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection @section('content')
@if($data)

Setting

@csrf

Twilio Settings


Google Firebase Settings

@else

Setting Not Avilable

@endif
@include('content.Admin.Layoutes.Footer') @endsection @section('page-script') @endsection