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

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


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

@endsection