@extends('admin.layouts.app') @section('title') @lang('SMS Default Template') @endsection @section('content')
@foreach($smstemplate as $template) @endforeach
@lang('No.') @lang('Name') @lang('Status') @lang('Action')
@lang($loop->iteration) {{ $template->name }} {{($template->sms_status == 1) ?trans('Active') : trans('Deactive')}}
@endsection @push('style-lib') @endpush @push('js') @endpush