@extends('layouts.app') @section('title') Create Workbench Protocol @endsection @section('breadcrumb')

{{__('Workbench Protocol')}}

@endsection @section('content')

{{ __('Create Workbench Protocol') }}

@csrf @include('admin.workbench_protocols._form')
@endsection