@extends('admin.layouts.master') @section('title', 'Twilio Settings - Admin') @section('maincontent') @component('components.breadcumb',['fourthactive' => 'active']) @slot('heading') {{ __('Twilio SMS Channel Settings') }} @endslot @slot('menu1') {{ __('Twilio Settings') }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Twilio SMS Channel Settings') }}
@csrf
@error('TWILIO_SID') {{ $message }} @enderror
@error('TWILIO_AUTH_TOKEN') {{ $message }} @enderror
@error('TWILIO_NUMBER') {{ $message }} @enderror

twilio_enable == '1' ? 'checked' : '' }} />


@endsection @section('script') @endsection