@extends( 'newBase' ) @section('title', 'index') @section('content') @include('common.no_cache')
@if(isset($_GET['id']))编辑@else新建@endif合同
@if(isset($_GET['id']))
@include('admin.contract.contract_bind_list')
@endif @endsection