parent
1c6dedbb34
commit
d9fe17a940
@ -0,0 +1,15 @@ |
||||
{{-- 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 |
Loading…
Reference in new issue