@extends('layouts.admin') @section('title', 'Add Measurement Template') @section('page-title', 'Add Measurement Template') @section('content')
@csrf
@error('template_name')

{{ $message }}

@enderror

You can add measurement fields after creating the template (Edit).

Cancel
@endsection