@extends('layouts.app') @section('title', 'Users') @section('extrastyles') @endsection @section('content')
Manage User
@include('flash::message')
Name Email Work Phone
@endsection @section('footer') @endsection