@extends('layouts.public_layout') @section('title', $title) @section('content')

QMS Divisions {{ ($id == 0 ? '(Add)' : '(Edit)') }}


@if (strlen($msg) > 0) @endif
@csrf
@error('div_abbr') {{ $errors->first('div_abbr') }} @enderror
@error('div_name') {{ $errors->first('div_name') }} @enderror

@endsection