@extends('layouts.main') @push('styles') @endpush @section('content')

Slit Lamp Test Areas

@include('clinical_data::test_areas.menu') @include('flash::message')

Export PDF or Print

@foreach($test_areas as $test_area) @endforeach
Test Area
{{ $test_area->name }} Edit {{ Form::model($test_area->id ,['method' => 'DELETE', 'route' => ['test_areas.destroy', $test_area->id]]) }} {{ Form::close() }}
@endsection @push('scripts') @endpush