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

{{ $title }}


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

@endsection