@extends('adminlte::page') @section('title', trans('adminlte::smstemplates.title.index')) @section('content_header')

@lang('adminlte::smstemplates.header.index')

@can('view-sms-templates') @endcan
@stop @section('content') @include('sweetalert::alert')
@if ($message = Session::get('success'))

{{ $message }}

@endif

Search

@php $arrStatus = config('aps.status'); @endphp
@lang('adminlte::smstemplates.sms_title') @lang('adminlte::smstemplates.slug') @lang('adminlte::smstemplates.status') @lang('adminlte::smstemplates.created_at') @lang('adminlte::smstemplates.action')
@stop @section('js') @stop