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