@extends('admin._layouts.fileupload') @section('content')
@if($obj->id)

Edit Testimonial

@else

Create new Testimonial

@endif
@if(auth()->user()->can($permissions['create'])) @endif
@include('admin._partials.notifications') @if($obj->id)
@else @endif @csrf id) value="{{encrypt($obj->id)}}" @endif id="inputId">
Basic Details
comment_type == 'Youtube Video' || $obj->comment_type == 'Video from Computer') style="display:none;" @endif>
id || $obj->comment_type == 'Text' || $obj->comment_type == 'Video from Computer') style="display:none;" @endif>
id || $obj->comment_type == 'Text' || $obj->comment_type == 'Youtube Video') style="display:none;" @endif> @include('admin.media.set_file', ['file'=>$obj->video, 'title'=>'Videos', 'popup_type'=>'single_image', 'type'=>'Video', 'holder_attr'=>'video_link_id'])
Publish
@if(!$obj->id) {{date('d M, Y h:i A')}} @else {{date('d M, Y h:i A', strtotime($obj->created_by))}} @endif
@if(!$obj->id) {{date('d M, Y h:i A')}} @else {{date('d M, Y h:i A', strtotime($obj->updated_by))}} @endif
@if(!$obj->id) {{auth()->user()->name}} @else {{$obj->created_user->name}} @endif
@if(!$obj->id) {{auth()->user()->name}} @else {{$obj->updated_user->name}} @endif
User Image
@include('admin.media.set_file', ['file'=>$obj->featured_image, 'title'=>'User Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'featured_image_id'])
@include('admin._partials.footer')
@endsection @section('footer') @parent @endsection