@extends('layouts.default') @section('title' ,'User Master') @section('content')
@if ($errors->any()) @endif @if(session()->has('message')) @endif

User Edit

@csrf
@endsection