@extends('admin.master'); @section('page-title') Inventory | User Update @endsection @section('content-heading') User Information Update @endsection @section('main-content')
User Information
@if(Session::get('errUpdateUserMsg'))
{{ Session::get('errUpdateUserMsg') }}
@endif
{{ csrf_field() }}
@endsection