@extends('dashboard.partials.master') @section('title') Edit User @endsection @section('css') @endsection @section('content')

Edit User

@csrf @method('PUT')
@endsection @push('js') @endpush