@section('css') @include('layouts.datatables_css') @endsection
{!! BootForm::text('Name', 'name')->placeholder('Name')->attribute('disabled', 'true') !!}
{!! BootForm::text('Change Date', 'change_date')->placeholder('Change Date')->attribute('disabled', 'true') !!}
{!! BootForm::text('Change Reason', 'change_reason')->placeholder('Change Reason')->attribute('disabled', 'true') !!}
{!! BootForm::text('Narration', 'narration')->placeholder('Narration')->attribute('disabled', 'true') !!}
{!! Form::submit('Save', ['class' => 'btn btn-primary']) !!} Cancel
@section('scripts') @include('layouts.datatables_js') @endsection @push('scripts') @endpush