From 2fe66b63f06603b51ff7a39c12606ae3f2707519 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 21 Jan 2019 13:10:30 -0700 Subject: [PATCH] Add admin media show view --- resources/views/admin/media/show.blade.php | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 resources/views/admin/media/show.blade.php diff --git a/resources/views/admin/media/show.blade.php b/resources/views/admin/media/show.blade.php new file mode 100644 index 000000000..6422a0c09 --- /dev/null +++ b/resources/views/admin/media/show.blade.php @@ -0,0 +1,41 @@ +@extends('admin.partial.template') + +@section('section') +
+

Media

+

ID: {{$media->id}}

+
+
+
+
+
+ + +
+
+
+@endsection + +@push('scripts') + +@endpush \ No newline at end of file