@extends('layout.master') @section('title', 'Edit User') @push('plugin-styles') @endpush @section('content')
Edit User
@method('PUT') @csrf
Cancel
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush