@extends('Admin.components.layout') @section('title') Test Overview @endsection @section('subtitle') @if (isset($data)) Edit Test Overview @else Add Test Overview @endif @endsection @section('content')
@if ($message = Session::get('success'))
{{ $message }}
@endif
{{ csrf_field() }}
@endsection @section('js') @endsection