@extends('admin.layouts.admin_master') @section('title', 'Sms Setting') @section('content')

Sms Setting

Body

@csrf
@error('api_key') {{$message}} @enderror
@error('sender_id') {{$message}} @enderror
@endsection @section('script') @endsection