From 9b8d1940a1d7e8efffd76e2a3f6352d370294230 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Tue, 17 Feb 2015 00:06:02 +0100 Subject: Changed to dingo API --- .../trunk/resources/views/auth/password.blade.php | 50 ---------------------- 1 file changed, 50 deletions(-) delete mode 100644 backyard/php-api/trunk/resources/views/auth/password.blade.php (limited to 'backyard/php-api/trunk/resources/views/auth/password.blade.php') diff --git a/backyard/php-api/trunk/resources/views/auth/password.blade.php b/backyard/php-api/trunk/resources/views/auth/password.blade.php deleted file mode 100644 index 6aa19ef..0000000 --- a/backyard/php-api/trunk/resources/views/auth/password.blade.php +++ /dev/null @@ -1,50 +0,0 @@ -@extends('app') - -@section('content') -
-
-
-
-
Reset Password
-
- @if (session('status')) -
- {{ session('status') }} -
- @endif - - @if (count($errors) > 0) -
- Whoops! There were some problems with your input.

-
    - @foreach ($errors->all() as $error) -
  • {{ $error }}
  • - @endforeach -
-
- @endif - -
- - -
- -
- -
-
- -
-
- -
-
-
-
-
-
-
-
-@endsection -- cgit v1.2.3