@extends(decide_template()) @section('title', $pageTitle) @section('page_styles') @endsection @section('page_scripts') @include('includes.view-pages-filter-script') @endsection @section(decide_content()) @if (Session::has('msg'))
| {{trans('broadcasts.templates.view.table_heading.template')}} | {{trans('broadcasts.templates.view.table_heading.category')}} | {{trans('broadcasts.templates.view.table_heading.status')}} | @if(auth()->user()->is_staff==1){{trans('broadcasts.templates.view.table_heading.client_enabled')}} | @endif{{trans('common.table_heading.created_on')}} | {{trans('common.table_heading.actions')}} |
|---|---|---|---|---|---|
|
{{$template['name']}}
@if(auth()->user()->is_staff !=1 && auth()->id() != $template['user_id'])
{{trans('templates.templates.table_data.assigned_by_admin')}}
@endif
{{$template['short_description']}}
|
{{$template['category']}} | @if($template['user_id']==auth()->id() || auth()->user()->is_staff==1) @else ---- @endif | @if(auth()->user()->is_staff==1)@endif | {{ $template['date'] }} | @if($template['user_id']==auth()->id() || auth()->user()->is_staff==1) @else ---- @endif |