From d43e1f5f5c0d70ca1b0ed4eed4b5364bf53e5685 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Mon, 24 Jan 2022 19:31:36 +0100 Subject: add example in spring --- .../iBook/resources/views/books/create.blade.php | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Year_3/TSDWL/LARAVEL/iBook/resources/views/books/create.blade.php (limited to 'Year_3/TSDWL/LARAVEL/iBook') diff --git a/Year_3/TSDWL/LARAVEL/iBook/resources/views/books/create.blade.php b/Year_3/TSDWL/LARAVEL/iBook/resources/views/books/create.blade.php new file mode 100644 index 0000000..398c7b4 --- /dev/null +++ b/Year_3/TSDWL/LARAVEL/iBook/resources/views/books/create.blade.php @@ -0,0 +1,26 @@ +@extends('layout') + +@section('content') +

Create a new book

+ +
+ @csrf +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ +@endsection -- cgit v1.2.3-18-g5258