@extends('layouts.master') @section('title',__('All Blogs')) @section('breadcum')
Do you really want to delete these records? This process cannot be undone.
{!! isset($item->detail) && $item->detail != NULL ? str_limit($item->detail,100) : '-' !!}
@if($item->is_active == 1)
{{__('Active')}}
@else{{__('De Active')}}
@endif