@extends('business.partials.layout') @section('css') @endsection @section('content')
Edit User And Assign The Permission
@csrf
@if($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
Please never share your email & password with anyone else. @if($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection @section('js') @endsection