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

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


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

@endsection