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

SMS Gateway Create

@csrf
@error('url') {{ $message }} @enderror
@error('api_key') {{ $message }} @enderror
@error('serderid') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @section('script') @endsection