@extends('layouts.app') @section('title', \App\CPU\translate('Contract Item Edit')) @push('css_or_js') @endpush @section('content')

Contract Item

@csrf
@if ($line->contract->CONTRACT_STATUS == 'new' )
@endif
@endsection @push('script') @endpush