@extends('admin.include.main') @section('content')

SMS and Email Setting

@if ($errors->any())
@endif
Bulk SMS Credit Details

Credit Available 300

Total Sent 400

Email Setting
@csrf
@csrf @foreach($data as $setting) @endforeach
Bulk SMS Setting Enabled/Disabled
{{$setting->name}}
@foreach($gateway as $gateways) @endforeach
Gateway Enabled/Disabled Action
{{$gateways->name}}
Add
{{-- edit gateway --}}