@extends('master') @section('content')

About

@csrf
@php $sn=0; @endphp @foreach ($data as $item) @endforeach
S/N Title Status Action
{{$sn+=1}} {!! $item->status == 1 ? 'Publish' : 'Unpublish' !!} Update {!! $item->status == 1 ? 'Unpublish' : 'Publish' !!} Add Post Delete
@endsection