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

{{__('Stage')}}

@endsection @section('content')

{{__('Create')}}

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