@extends('adtrpanel.layouts.master') @section('content') @include('adtrpanel.partials.header') @include('adtrpanel.partials.errors') @include('adtrpanel.partials.alert') {{ csrf_field() }} Geri Gönder SMS Sağlayıcı Ayarları SMS Sağlayıcı Ayarları Düzenlenen SMS Sağlayıcı* {{$smsSource->name}} SMS Sağlayıcı Durumu* status == 0) selected="selected" @endif>Bu Sağlayıcı Pasif status == 1) selected="selected" @endif>Bu Sağlayıcı Varsayılan Durumda @foreach (json_decode($smsSource->content) as $sourceData) {{$sourceData->option}}* @endforeach @endsection @section('css') @endsection @section('js') @endsection