@extends('layouts.admin') @section('title', tr('view_template')) @section('content-header', tr('view_template')) @section('breadcrumb')
  • {{tr('home')}}
  • {{tr('sms_templates')}}
  •  {{tr('view_template')}}
  • @endsection @section('content') @include('notification.notify')
    {{$model->type}} @if($model->status) @else @endif

    {{tr('subject')}}

    {{$model->subject}}

    {{tr('content')}}

    @endsection