@extends('highSuperAdmin.layout') @section('title', 'Edit SMS Template') @section('page-name', 'Edit SMS Template') @section('page-detail', 'Update template') @section('body')
@csrf @method('PUT')
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif Cancel
@endsection