@extends('layouts.main.app') @section('head') @include('layouts.main.headersection',['title'=> __('Templates')]) @endsection @section('content')
{{ __('Name') }} | {{ __('User') }} | {{ __('Type') }} | {{ __('Transactions') }} | {{ __('Status') }} | {{ __('Created At') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $template->title }} | {{ Str::limit($template->user->name ?? '',15) }} | {{ $template->type }} | {{ number_format($template->smstransaction_count) }} | {{ $template->status == 1 ? 'Active' : 'Inactive' }} | {{ \Carbon\Carbon::parse($template->created_at)->format('d-F-Y') }} |