@extends('network.layouts.app')
@section('title', 'User')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
@if(empty($networkuser))
@endif
@if(!empty($networkuser))
@endif
@endsection