@extends('layouts.main') @section('title') System Matrix | User @endsection @section('menu') {!! $menu !!} @endsection @section('content')
@if($user_id != "") @endif @csrf @if ($errors->has('name')) @endif
@if ($errors->has('username')) @endif
@if(Session::has('error')) @endif @if ($errors->has('old_password')) @endif
@if ($errors->has('password')) @endif
@if(Session::has('success')) @endif  
@endsection @section('page-script') @endsection