@extends('layouts.main') @push('styles') @endpush @section('content')
Export data to PDF or Print
| Test Area Name | |
|---|---|
| {{ $test_area->name }} | {{ Form::model($test_area->id ,['method' => 'POST', 'route' => ['test_areas.activate', $test_area->id]]) }} {{ Form::close() }} |