@extends('layouts.admin') @section('title') @lang('SMS gateways') @endsection @section('breadcrumb')

@lang('SMS gateways')

@endsection @section('content')
@foreach ($gateways as $item)
@endforeach
@endsection @push('style') @endpush