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.
 
 
 
 
 

14 lines
333 B

@extends('layouts.app')
@section('title')
@yield('subtitle', trans('user.profile')) | {{ $user->name }}
@endsection
@section('content')
@include('users.partials.breadcrumb')
<div class="pull-right" style="margin-top: -8px">
@yield('action-buttons')
</div>
@include('users.partials.nav-tabs')
@yield('content-user')
@endsection