@extends('layouts/default') {{-- Page title --}} @section('title') @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

Contract Type

@if(Session::has('message'))

{{ Session::get('message') }}

@endif

Edit Contract Type

type}} placeholder="Contract Type">
increment_no}} placeholder="Increment No.">

title}} placeholder="Account Title">
account_id}} placeholder="Account Name." data-toggle="modal" data-target="#account_modal"> account_id}} name="accountid[]">
Cancel
@stop {{-- page level scripts --}} @section('footer_scripts') @stop