@extends('layouts.admin') @section('page-title', trans('crm.contract_types')) @section('content')
@include('partials.messages')
@lang('crm.contract_types')
@lang('crm.contract_types')
@if(Auth::user()->hasPermission('contract.type.management'))   @lang('crm.new_contract_type') @endif
@lang('crm.name') @lang('crm.currency') @lang('crm.options')
@include('admin.contracts.partials.contract_type')
@stop @section('scripts') {!! HTML::script('assets/js/contract_type.js') !!} @stop