@extends('admin.layouts.main') @section('panel')

{{ $setTitle }}

@csrf @method("PUT")
@include('admin.partials.table', [ 'columns' => [ 'created_at' => __('admin.table.created_at'), 'sms_gateway_name' => __('admin.table.gateway_name'), 'status' => __('admin.table.status'), 'action' => __('admin.table.action'), ], 'rows' => $smsGateways, 'page_identifier' => \App\Enums\PageIdentifier::SMS_GATEWAYS->value, ])
@endsection @push('script-push') @endpush