@extends('layouts.app') @section('title') {{ __('Create Expected Output') }} @endsection @section('breadcrumb')

{{ __('Expected Output') }}

@endsection @section('content')

{{ __('Create Expected Output') }}

@csrf @include('admin.eos._form')
@endsection @section('scripts') @endsection