@extends('admin.layout.index') @section('title') {{__("message.Save Parameter")}} @stop @section('content')

{{__("message.Save Parameter")}}

@if(Session::has('message'))
@endif
{{csrf_field()}}
@if(Session::get("is_demo")==1) @else @endif
{{csrf_field()}}
@if(isset($data->sample_collection_fee))
@else
@if(isset($data->fast_time))
@else
@if(Session::get("is_demo")==1) @else @endif
@endsection