From c9219cb01d0f8cb0955e8ac0be45181733270199 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 24 Nov 2019 16:01:12 -0700 Subject: [PATCH] Add discover profiles view --- .../views/discover/profiles/home.blade.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 resources/views/discover/profiles/home.blade.php diff --git a/resources/views/discover/profiles/home.blade.php b/resources/views/discover/profiles/home.blade.php new file mode 100644 index 000000000..c59a64fdb --- /dev/null +++ b/resources/views/discover/profiles/home.blade.php @@ -0,0 +1,17 @@ +@extends('layouts.app') + +@section('content') + +
+
+ +
+
+ +@endsection + +@push('scripts') + + + +@endpush \ No newline at end of file