@extends('layouts.app') @section('content')
@if (session('status'))
{{ session('status') }}
@endif
Add Testkit Manually
@csrf
@endsection