Merge pull request #15 from WDI-Ideas/sayli

Sayli
This commit is contained in:
Sayli Raut
2024-05-28 12:22:46 +05:30
committed by GitHub
22 changed files with 54 additions and 54 deletions

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -70,7 +70,7 @@
<select class="form-control input_class" id="company-name" name="category">
<option value="">Select Category</option>
@foreach ($about_us_cat as $about_us_catg)
<option value="{{$about_us_catg['id']}}" @if($edit_service['category_xid'] == $about_us_catg['id']) selected @endif>{{$about_us_catg['name']}}</option>
<option value="{{$about_us_catg['id']}}" @if($edit_service['category_xid'] == $about_us_catg['id']) selected @endif>{{$about_us_catg['name']}}</option>
@endforeach
</select>
</div>

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -150,7 +150,7 @@ $currentPage = 'manage-faq';
<span>Delete</span>
</a> -->
<a href="#" class="delete_about" data-faq-id="{{ $faqs['id'] }}" data-toggle="modal" data-target="#delete-modal">
<img src="{{ asset('public/assets/img/delete-recycle.svg') }}" />
<span>Delete</span>
@@ -289,4 +289,4 @@ $currentPage = 'manage-faq';
.insertBefore("#zero-config_filter label");
});
</script>
@endsection
@endsection

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -209,4 +209,4 @@ $(document).on("click", ".delete_news_button", function (e) {
});
});
</script>
@endsection
@endsection

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -58,7 +58,7 @@
</div>
</div> -->
<div class="col-md-12">
@@ -153,7 +153,7 @@
</script>
<script>
var quill = new Quill('#news-quill-add', {
theme: 'snow'
});
@@ -179,7 +179,7 @@ $('#add_blog_form').validate({
category: {
required: true
},
},
messages: {
article_name: {
@@ -195,7 +195,7 @@ $('#add_blog_form').validate({
required: "Please Select Article Category"
},
},
errorClass: 'error-message',
submitHandler: function (form) {
@@ -205,7 +205,7 @@ $('#add_blog_form').validate({
let base_url = url_path;
var formData = new FormData(form);
$('#add_newsletter').text('Please wait...').attr('disabled', true);
$.ajaxSetup({
headers: {
"X-CSRF-TOKEN": $('meta[name="csrf-token"]').attr("content"),

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -58,7 +58,7 @@ $currentPage = 'manage_cms';
<!-- <input type="file" class="filepond pan-frontside"
name="pancard_image_front" id="product-images"
data-max-file-size="3MB">
</div> -->
<div class="col-md-12">
@@ -149,7 +149,7 @@ $currentPage = 'manage_cms';
// });
</script>
<!-- <script>
$('#update_news_btn').on("click", function(e) {
// alert('kjh');
$('#update_news').validate({
@@ -347,4 +347,4 @@ $currentPage = 'manage_cms';
document.querySelector('.pan-frontside')
);
</script>
@endsection
@endsection

View File

@@ -1,5 +1,5 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -88,7 +88,7 @@ $currentPage = 'manage-privacy';
<div class="col-md-12 left d-flex align-items-center justify-content-between"
style="gap: 15px;">
<h6 class="card-title pl-2">Privacy Policy Customer</h6>
@if(!empty($view_privacy_policy))
<a class="view-details-btn mr-2" href="{{ url('/privacy_edit/'.$view_privacy_policy[0]['id']) }}">
<span>Edit Details</span>
@@ -172,4 +172,4 @@ $currentPage = 'manage-privacy';
@endsection
@endsection

View File

@@ -1,7 +1,7 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@php
$currentPage = 'manage_cms';
@endphp
<div class="layout-px-spacing">
@@ -31,8 +31,8 @@
<div class="col-md-12">
<input type="hidden" name="privacy_custom_id" value="{{ $edit_privacy_policy['id'] }}">
<div id="terms-quill-edit" value="{{ $edit_privacy_policy['description'] }}" name="privacy_policy" class="editor-quill" style="height: 300px;">{!! $edit_privacy_policy['description'] !!}</div>
<input type="hidden" id="privacy_policy" name="privacy_policy" value="{{ $edit_privacy_policy['description'] }}" />
</div>
<input type="hidden" id="privacy_policy" name="privacy_policy" value="{{ $edit_privacy_policy['description'] }}" />
</div>
<div class="col-md-12">
<button type="submit" id="update_privacy_policy" class="download-btn-custom mt-3 custom-width-10" >
<span>Update</span>
@@ -49,7 +49,7 @@
</div>
</div>
</div>
<!-- END MAIN CONTAINER -->
@@ -70,4 +70,4 @@
<script src="https://code.jquery.com/jquery-3.6.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js"></script>
<script src="{{ asset('public/assets/js/admin/manage_cms/manage_privacy_policy/privacy_policy.js')}}"></script>
@endsection
@endsection

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -54,4 +54,4 @@
@endsection
@section('section_script')
@endsection
@endsection

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -93,7 +93,7 @@ $currentPage = 'manage-terms';
</div>
</div>
</div>
</div>
@@ -111,4 +111,4 @@ $currentPage = 'manage-terms';
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.19.5/jquery.validate.min.js"></script>
<script src="{{ asset('public/assets/js/admin/manage_cms/manage_terms_cond/manage_terms_condition.js')}}"></script>
@endsection
@endsection

View File

@@ -1,5 +1,5 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -21,7 +21,7 @@
<div class="btns-datatabel">
<div class="row">
<div class="col-md-7"></div>
</div>
</div>

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -135,7 +135,7 @@
</div>
</td>
</tr>
</tbody>
</table>
</div>

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -73,23 +73,23 @@ $currentPage = 'manage_profile';
<div class="col-md-6 mb-3">
<label for="">First Name</label>
<input class="form-control" type="text" value="{{ $user->first_name }}" id="first_name"
name="first_name" maxlength="15" required>
name="first_name" maxlength="15" required>
</div>
<div class="col-md-6 mb-3">
<label for="">Last Name</label>
<input class="form-control" type="text" value="{{ $user->last_name }}" id="last_name"
name="last_name" maxlength="15" required>
name="last_name" maxlength="15" required>
</div>
<div class="col-md-6">
<label for="">Phone Number</label>
<input class="form-control" type="tel" value="{{ $user->phone_number }}" id="phone_number"
name="phone_number" maxlength="10" required>
name="phone_number" maxlength="10" required>
</div>
<div class="col-md-6">
<label for="">Email Address</label>
<input class="form-control" type="email" value="{{ $user->email_address }}"
id="email_address" name="email_address" required
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$">
pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$">
</div>
<div class="col-md-12 mt-3">
<a class="download-btn-custom mt-3 custom-width-10 mx-auto" href="">
@@ -149,4 +149,4 @@ $currentPage = 'manage_profile';
}
</script>
@endsection
@endsection

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php

View File

@@ -1,5 +1,5 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
<?php $currentPage = "manage-restaurant" ?>

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
<?php $currentPage = "sub-admins" ?>
@@ -125,7 +125,7 @@
</div>
</td>
</tr>
</tbody>
</table>
@@ -162,4 +162,4 @@
$('<button><a class="extra-btn width-max-content" href="manage-subadmins-add.php">Add</a></button>').insertBefore("#zero-config_filter label");
});
</script>
@endsection
@endsection

View File

@@ -1,4 +1,4 @@
@extends('admin.layouts.master')
@extends('Admin.layouts.master')
@section('content')
@php
@@ -132,7 +132,7 @@
</div>
</td>
</tr>
</tbody>
</table>
</div>