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.
 
 
 
 
 
 
datatable.directory/resources/views/user/oauths.blade.php

15 lines
282 B

{{-- Profile edit form --}}
@extends('layouts.app')
@section('content')
<div class="row justify-content-center">
<div class="col-md-10">
@php(Widget::setLayout(3, 7))
{!! Widget::header(1, 'Social Logins') !!}
<p>TODO</p>
</div>
</div>
@endsection