datatable.directory codebase
https://datatable.directory/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
322 B
16 lines
322 B
6 years ago
|
{{-- Profile edit form --}}
|
||
|
|
||
|
@extends('layouts.app')
|
||
|
|
||
|
@section('content')
|
||
|
<div class="row justify-content-center">
|
||
|
<div class="col-md-10">
|
||
|
@php(Widget::setLayout(3, 7))
|
||
|
|
||
6 years ago
|
{!! Widget::header(1, 'Logins') !!}
|
||
6 years ago
|
|
||
6 years ago
|
<p>TODO social logins, add email & change pw form here</p>
|
||
6 years ago
|
</div>
|
||
|
</div>
|
||
|
@endsection
|