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

{{ __('Stage') }}

@endsection @section('content')
@can('create_analysis') {{ __('Create') }} @endcan
# {{ __('Stage') }} {{ __('Action') }}
@endsection @section('scripts') @endsection