I'm new to Laravel.. How to Get a Last inserted Id In Laravel model Form.
When Creating a New Project Auto Display the project code from Database
Last Inserted ID + 1 ;
{{ Form::text('project_code', Input::old('name'), array('class' => 'form-control','disabled')) }}