@extends('layouts.app') @section('extra-css') @endsection @section('content')

{{__('admin.users')}}

@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@csrf @method('patch')
@endsection @section('extra-js') @endsection