@extends('admin.master') @section('title', __('Posts')) @section('content')
|
{{ __('Name') }} | {{ __('Views') }} | {{ __('Active') }} | {{ __('Updated at') }} | {{ __('Actions') }} |
---|---|---|---|---|---|
id }})">
|
{{ ucfirst($post->name) }} | {{ $post->views }} |
active) checked @endif data-id="{{ $post->id }}" data-status="active"
@change="updateStatus($event)">
|
{{ $post->updated_at }} |
|