@extends('admin.layouts.layout') @section('title', 'Edit SMS Template') @section('content')

Edit SMS Template: {{ $data->title }}

@include('admin.sms-templates._form')
@endsection