@extends('layouts.app')
@section('title', 'User')
@section('title_header', 'User')
@section('desc_header', 'Master Data / User')
@section('content')
<h1>User</h1>
@endsection