@extends('layouts.master_home') @section('dashboard_content')

{{$reportType->name}}

Parameter Details manage parameter...
{{ csrf_field() }}
parameter_name}}"> @if ($errors->has('parameter_name')) {{ $errors->first('parameter_name') }} @endif
short_code}}"> @if ($errors->has('short_code')) {{ $errors->first('short_code') }} @endif
unit}}"> @if ($errors->has('unit')) {{ $errors->first('unit') }} @endif
@endsection