@extends('layouts.app') @section('content') @include('layouts.top-header', [ 'title' => __('Clients'), 'class' => 'col-lg-7' ]) @include('owner.user.create') @endsection