@extends('layouts.app') @section('title')客户管理-项目录入@endsection @section('content') @component('customer.project.menu') @if($owner) @endif @endcomponent
基础信息
名称:@{{ owner.name }}
代码:@{{ owner.code }}

详细描述
客户:@{{ owner.customer_name }}
小组:@{{ owner.owner_group_name }}

计费模型
@include("customer.project.part._one")
@include("customer.project.part._two")
@include("customer.project.part._three")
@stop @section('lastScript') @stop