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

Edit Author

@else

Create new Author

@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
Social Media Links
@fieldshow(team-facebook_link)
@endfieldshow @fieldshow(team-twitter_link)
@endfieldshow @fieldshow(team-instagram_link)
@endfieldshow @fieldshow(team-linkedin_link)
@endfieldshow @fieldshow(team-youtube_link)
@endfieldshow
Publish
id || $obj->status == 1) checked="" @endif>
@if(!$obj->id) {{date('d M, Y h:i A')}} @else {{date('d M, Y h:i A', strtotime($obj->created_at))}} @endif
@if(!$obj->id) {{date('d M, Y h:i A')}} @else {{date('d M, Y h:i A', strtotime($obj->updated_at))}} @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
Featured Image
@include('admin.media.set_file', ['file'=>$obj->featured_image, 'title'=>'Featured Image', 'popup_type'=>'single_image', 'type'=>'Image', 'holder_attr'=>'featured_image_id'])
@include('admin._partials.footer')
@endsection @section('footer') @parent @endsection