@extends('layouts.app') @section('title','Invoice Serial Setting') @section('pages')
@csrf
Invoice Serial Setting

@if ($errors->has('module_type')) {{ $errors->first('module_type') }} @endif
@if ($errors->has('prefix')) {{ $errors->first('prefix') }} @endif
@if ($errors->has('startfrom')) {{ $errors->first('startfrom') }} @endif
@if ($errors->has('financial_id')) {{ $errors->first('financial_id') }} @endif
@endsection