@extends('backEnd.layouts.master') @section('title', 'SMS Gateway Manage') @section('css') @endsection @section('content')

SMS Gateway Manage

@foreach($data as $key => $value) @endforeach
SL URL Sender ID Status Action
{{$loop->iteration}} {{$value->url}} {{$value->serderid}} @if($value->status == 1) Active @else Inactive @endif
@if($value->status == 1)
@csrf
@else
@csrf
@endif
@csrf
@endsection @section('script') @endsection