@php use Carbon\Carbon; @endphp @extends('layouts.root') @section('scripts') @endsection @section('root-body')
{{ $item->code }} | @if(intval($item->active) == 1) active @else inactive @endif