@extends('layouts.app') @section('title', __('message.sms_templates')) @section('css') @endsection @section('content')
{{ __('message.sms_templates') }}
@can('sms.template.create') @endcan
{{-- CSRF Protection --}} @csrf @method('POST')
{{ __('app.name') }} {{ __('message.content') }} {{ __('app.created_at') }} {{ __('app.action') }}
@endsection @section('js') @endsection