@extends('layouts.master_home') @section('dashboard_content')

User manage

User Details
{{ csrf_field() }}
name}}"> @if ($errors->has('name')) {{ $errors->first('name') }} @endif
email}}"> @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection