@extends('layouts.app') @section('title')客户管理-项目录入@endsection @section('content') @component('customer.project.menu') @if($owner) @endif @endcomponent
@csrf
@{{ errors.code[0] }}
@{{ errors.name[0] }}
@{{ errors.customer_id[0] }}
@{{ errors.owner_group_id[0] }}
@{{ errors.tax_rate[0] }}
@{{ errors.waring_line_on[0] }}
@stop @section('lastScript') @stop