From 463063a8199b96b8e93873ce9d56d04b5364d88b Mon Sep 17 00:00:00 2001 From: ShiranaiZo Date: Wed, 11 Oct 2023 18:08:01 +0700 Subject: [PATCH] clone website profile for fixing bug production --- .../website_profiles copy/index.blade.php | 268 ++++++++++++++++++ 1 file changed, 268 insertions(+) create mode 100644 resources/views/website_profiles copy/index.blade.php diff --git a/resources/views/website_profiles copy/index.blade.php b/resources/views/website_profiles copy/index.blade.php new file mode 100644 index 0000000..da797f0 --- /dev/null +++ b/resources/views/website_profiles copy/index.blade.php @@ -0,0 +1,268 @@ +@extends('layout') + +@section('title', 'Atur Website Profile') + +@section('css') + + + + + + +@endsection + +@section('content') +
+
+
+

Atur Website Profile

+

+
+
+ +
+
+
+ +
+ @if ($errors->any()) +
+ @foreach ($errors->all() as $error) +
+ {{ $error }} + + +
+ @endforeach +
+ @endif + + @if (session('success')) +
+ {{session('success')}} + +
+ @endif + +
+
+
+
+ @method('POST') + @csrf + +
+
+
+

Manage Website

+
+ +
+
+
+ + +
+ +
+ + (Nama Organisasi) + +
+ +
+ + +
+
+
+ +
+
+
+ + +
+ +
+ + +
+ Logo Saat Ini +
+
+ +
+ + +
+
+
+
+ +
+ +
+
+

Deskripsi Organisasi

+
+ +
+
+
+ + +

(Biarkan jika tidak ada)

+
+ + +
+ + +
+ +
+ + +
+
+
+ +
+
+
+ + +
+ +
+ + +
+
+
+
+ +
+ +
+
+

Map (Iframe)

+
+ +
+
+ + +
+
+ +
+
+ + +
+ {!! website_profile()->map ?? "---------- Belum ada iframe map ----------" !!} + {{-- --}} +
+
+
+
+ +
+ +
+
+
+
+
+
+
+ + {{-- Modal Remove--}} + + {{-- Modal Remove --}} +@endsection + +@section('js') + + + + + + + + + + + + + +@endsection