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

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

{{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
{{csrf_field()}}
@if(count($test_details)>0) @foreach($test_details as $td) @endforeach @else @endif
{{__("message.Test Type")}} {{__("message.Test Id")}}
@if(Session::get("is_demo")==1) @else @endif
@endsection