fix: adding indexes to tables
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
@extends('layouts.master')
|
||||
@section('additional_headers')
|
||||
@parent
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.6.1/cropper.min.css" integrity="sha512-hvNR0F/e2J7zPPfLC9auFe3/SE0yG4aJCOd/qxew74NN7eyiSKjr7xJJMu1Jy2wf7FXITpWS1E/RY8yzuXN7VA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
@@ -6,29 +7,28 @@
|
||||
@parent
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.6.1/cropper.min.js" integrity="sha512-9KkIqdfN7ipEW6B6k+Aq20PV31bjODg4AA52W+tYtAE0jE0kMx49bjJ3FgvS56wzmyfMUHbQ4Km2b7l9+Y/+Eg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
@endsection
|
||||
@section('page-content')
|
||||
<x-app-layout>
|
||||
<x-slot name="header">
|
||||
<h2 class="">
|
||||
{{ __('Manage Account Credentials') }}
|
||||
{{ __('Manage Account Details') }}
|
||||
</h2>
|
||||
</x-slot>
|
||||
|
||||
<section class="signup-wrapper signin-wrapper ptb-4">
|
||||
<section class="ptb-4">
|
||||
<div class="container">
|
||||
<div class="row d-flex-row d-flex align-content-stretch flex-wrap mb-4">
|
||||
<div class="col-xl-5 col-lg-12 authbox">
|
||||
<div class="row">
|
||||
<div class="col-xl-4 col-lg-12 mb-4">
|
||||
@include('profile.partials.update-profile-information-form')
|
||||
</div>
|
||||
<div class="col-xl-5 offset-xl-2 col-lg-12 authbox">
|
||||
<div class="col-xl-4 col-lg-12 mb-4">
|
||||
@include('profile.partials.update-password-form')
|
||||
</div>
|
||||
</div>
|
||||
<div class="row d-flex-row d-flex align-content-stretch flex-wrap mb-4">
|
||||
<div class="col-xl-5 col-lg-12 authbox">
|
||||
<div class="col-xl-4 col-lg-12 mb-4">
|
||||
@include('profile.partials.update-avatar-form')
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</x-app-layout>
|
||||
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user