03.12.2015 Views

laravel4cookbook

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

File-Based CMS 328<br />

25 type="text"<br />

26 class="form-control"<br />

27 id="title"<br />

28 name="title"<br />

29 value="{{ Input::old("title") }}"<br />

30 /><br />

31 <br />

32 <br />

33 Meta Description<br />

34 <br />

41 <br />

42 <br />

43 Code<br />

44 <br />

45 {{ $errors->first("code") }}<br />

46 <br />

47 {{ Input::old("code") }}<br />

54 <br />

55 <br />

61 <br />

62 @stop<br />

.<br />

This file should be saved as app/views/admin/layout/add.blade.php.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!