{{ __('#') }} | {{ __('Label Name') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$id }} | {{ $label->name }} | @if ($label->status == 'active') Active @else Inactive @endif | {{ __('Edit') }} |
@extends('admin.layouts.master') @section('title', 'Add Label') @section('content')
{{ __('#') }} | {{ __('Label Name') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$id }} | {{ $label->name }} | @if ($label->status == 'active') Active @else Inactive @endif | {{ __('Edit') }} |