@extends('layouts.app') @section('content')

@if($requirement->id) 编辑需求 @else 新建需求 @endif


@if($requirement->id)
@else @endif @include('shared._error')
@can('需求发布-新建-直接发布')
@endcan
@endsection @section('lastScript') @endsection