@extends('layouts.master') @section('content')
| Active | Document | Series | Current | Next | Digits | FY | Action |
|---|---|---|---|---|---|---|---|
| @if($row->active) Active @endif | {{ $row->document_type}} | {{ $row->series_name }} | {{ $row->current_number }} | {{ str_pad($row->current_number + 1, $row->digits, '0', STR_PAD_LEFT) }} | {{ $row->digits }} | {{ $row->prefix }}{{ $row->separator }}{{ $row->financial_year }} | Edit @if(!$row->active) @endif @if(!$row->active) @endif |