@extends('back.layouts.main') @section('title','SMS Pricing') @section('content-header')

SMS Pricing

@endsection @section('content')
@csrf @method('post')
* signed fields are mandatory
@if ($errors->has('send_sms')){{ $errors->first('send_sms') }}@endif
@if ($errors->has('send_mms')){{ $errors->first('send_mms') }}@endif
@if ($errors->has('receive_sms')){{ $errors->first('receive_sms') }}@endif
@if ($errors->has('receive_mms')){{ $errors->first('receive_mms') }}@endif

Publish

@endsection