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